Uses of Class
software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest
-
Packages that use ChangeMessageVisibilityRequest 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 software.amazon.awssdk.services.sqs.transform -
-
Uses of ChangeMessageVisibilityRequest in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs with parameters of type ChangeMessageVisibilityRequest Modifier and Type Method Description default CompletableFuture<ChangeMessageVisibilityResponse>SqsAsyncClient. changeMessageVisibility(ChangeMessageVisibilityRequest 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. -
Uses of ChangeMessageVisibilityRequest in software.amazon.awssdk.services.sqs.batchmanager
Methods in software.amazon.awssdk.services.sqs.batchmanager with parameters of type ChangeMessageVisibilityRequest Modifier and Type Method Description default CompletableFuture<ChangeMessageVisibilityResponse>SqsAsyncBatchManager. changeMessageVisibility(ChangeMessageVisibilityRequest request)Buffers and batchesChangeMessageVisibilityRequests, sending them as aChangeMessageVisibilityBatchRequest. -
Uses of ChangeMessageVisibilityRequest in software.amazon.awssdk.services.sqs.internal.batchmanager
Methods in software.amazon.awssdk.services.sqs.internal.batchmanager with parameters of type ChangeMessageVisibilityRequest Modifier and Type Method Description CompletableFuture<ChangeMessageVisibilityResponse>DefaultSqsAsyncBatchManager. changeMessageVisibility(ChangeMessageVisibilityRequest request)protected StringChangeMessageVisibilityBatchManager. getBatchKey(ChangeMessageVisibilityRequest request)Method parameters in software.amazon.awssdk.services.sqs.internal.batchmanager with type arguments of type ChangeMessageVisibilityRequest Modifier and Type Method Description protected CompletableFuture<ChangeMessageVisibilityBatchResponse>ChangeMessageVisibilityBatchManager. batchAndSend(List<IdentifiableMessage<ChangeMessageVisibilityRequest>> identifiedRequests, String batchKey) -
Uses of ChangeMessageVisibilityRequest in software.amazon.awssdk.services.sqs.transform
Methods in software.amazon.awssdk.services.sqs.transform with parameters of type ChangeMessageVisibilityRequest Modifier and Type Method Description SdkHttpFullRequestChangeMessageVisibilityRequestMarshaller. marshall(ChangeMessageVisibilityRequest changeMessageVisibilityRequest)
-