Uses of Class
software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResponse
-
Packages that use ChangeMessageVisibilityBatchResponse Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference.software.amazon.awssdk.services.sqs.internal.batchmanager -
-
Uses of ChangeMessageVisibilityBatchResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return ChangeMessageVisibilityBatchResponse Modifier and Type Method Description default ChangeMessageVisibilityBatchResponseSqsClient. changeMessageVisibilityBatch(Consumer<ChangeMessageVisibilityBatchRequest.Builder> changeMessageVisibilityBatchRequest)Changes the visibility timeout of multiple messages.default ChangeMessageVisibilityBatchResponseSqsClient. changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest changeMessageVisibilityBatchRequest)Changes the visibility timeout of multiple messages.Methods in software.amazon.awssdk.services.sqs that return types with arguments of type ChangeMessageVisibilityBatchResponse Modifier and Type Method Description default CompletableFuture<ChangeMessageVisibilityBatchResponse>SqsAsyncClient. changeMessageVisibilityBatch(Consumer<ChangeMessageVisibilityBatchRequest.Builder> changeMessageVisibilityBatchRequest)Changes the visibility timeout of multiple messages.default CompletableFuture<ChangeMessageVisibilityBatchResponse>SqsAsyncClient. changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest changeMessageVisibilityBatchRequest)Changes the visibility timeout of multiple messages. -
Uses of ChangeMessageVisibilityBatchResponse in software.amazon.awssdk.services.sqs.internal.batchmanager
Methods in software.amazon.awssdk.services.sqs.internal.batchmanager that return types with arguments of type ChangeMessageVisibilityBatchResponse Modifier and Type Method Description protected CompletableFuture<ChangeMessageVisibilityBatchResponse>ChangeMessageVisibilityBatchManager. batchAndSend(List<IdentifiableMessage<ChangeMessageVisibilityRequest>> identifiedRequests, String batchKey)Methods in software.amazon.awssdk.services.sqs.internal.batchmanager with parameters of type ChangeMessageVisibilityBatchResponse Modifier and Type Method Description protected List<Either<IdentifiableMessage<ChangeMessageVisibilityResponse>,IdentifiableMessage<Throwable>>>ChangeMessageVisibilityBatchManager. mapBatchResponse(ChangeMessageVisibilityBatchResponse batchResponse)
-