Uses of Class
software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityResponse
-
Packages that use ChangeMessageVisibilityResponse Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference.software.amazon.awssdk.services.sqs.batchmanager software.amazon.awssdk.services.sqs.internal.batchmanager -
-
Uses of ChangeMessageVisibilityResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return ChangeMessageVisibilityResponse Modifier and Type Method Description default ChangeMessageVisibilityResponseSqsClient. changeMessageVisibility(Consumer<ChangeMessageVisibilityRequest.Builder> changeMessageVisibilityRequest)Changes the visibility timeout of a specified message in a queue to a new value.default ChangeMessageVisibilityResponseSqsClient. changeMessageVisibility(ChangeMessageVisibilityRequest changeMessageVisibilityRequest)Changes the visibility timeout of a specified message in a queue to a new value.Methods in software.amazon.awssdk.services.sqs that return types with arguments of type ChangeMessageVisibilityResponse Modifier and Type Method Description default CompletableFuture<ChangeMessageVisibilityResponse>SqsAsyncClient. changeMessageVisibility(Consumer<ChangeMessageVisibilityRequest.Builder> changeMessageVisibilityRequest)Changes the visibility timeout of a specified message in a queue to a new value.default CompletableFuture<ChangeMessageVisibilityResponse>SqsAsyncClient. changeMessageVisibility(ChangeMessageVisibilityRequest changeMessageVisibilityRequest)Changes the visibility timeout of a specified message in a queue to a new value. -
Uses of ChangeMessageVisibilityResponse in software.amazon.awssdk.services.sqs.batchmanager
Methods in software.amazon.awssdk.services.sqs.batchmanager that return types with arguments of type ChangeMessageVisibilityResponse Modifier and Type Method Description default CompletableFuture<ChangeMessageVisibilityResponse>SqsAsyncBatchManager. changeMessageVisibility(Consumer<ChangeMessageVisibilityRequest.Builder> request)Buffers and batchesChangeMessageVisibilityRequests using aConsumerto configure the request, sending them as aChangeMessageVisibilityBatchRequest.default CompletableFuture<ChangeMessageVisibilityResponse>SqsAsyncBatchManager. changeMessageVisibility(ChangeMessageVisibilityRequest request)Buffers and batchesChangeMessageVisibilityRequests, sending them as aChangeMessageVisibilityBatchRequest. -
Uses of ChangeMessageVisibilityResponse in software.amazon.awssdk.services.sqs.internal.batchmanager
Methods in software.amazon.awssdk.services.sqs.internal.batchmanager that return types with arguments of type ChangeMessageVisibilityResponse Modifier and Type Method Description CompletableFuture<ChangeMessageVisibilityResponse>DefaultSqsAsyncBatchManager. changeMessageVisibility(ChangeMessageVisibilityRequest request)protected List<Either<IdentifiableMessage<ChangeMessageVisibilityResponse>,IdentifiableMessage<Throwable>>>ChangeMessageVisibilityBatchManager. mapBatchResponse(ChangeMessageVisibilityBatchResponse batchResponse)
-