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. -
-
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.
-