Uses of Interface
software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest.Builder
Packages that use ChangeMessageVisibilityRequest.Builder
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of ChangeMessageVisibilityRequest.Builder in software.amazon.awssdk.services.sqs
Method parameters in software.amazon.awssdk.services.sqs with type arguments of type ChangeMessageVisibilityRequest.BuilderModifier and TypeMethodDescriptionSqsAsyncClient.changeMessageVisibility(Consumer<ChangeMessageVisibilityRequest.Builder> changeMessageVisibilityRequest) Changes the visibility timeout of a specified message in a queue to a new value.default ChangeMessageVisibilityResponseSqsClient.changeMessageVisibility(Consumer<ChangeMessageVisibilityRequest.Builder> changeMessageVisibilityRequest) Changes the visibility timeout of a specified message in a queue to a new value. -
Uses of ChangeMessageVisibilityRequest.Builder in software.amazon.awssdk.services.sqs.batchmanager
Method parameters in software.amazon.awssdk.services.sqs.batchmanager with type arguments of type ChangeMessageVisibilityRequest.BuilderModifier and TypeMethodDescriptionSqsAsyncBatchManager.changeMessageVisibility(Consumer<ChangeMessageVisibilityRequest.Builder> request) Buffers and batchesChangeMessageVisibilityRequests using aConsumerto configure the request, sending them as aChangeMessageVisibilityBatchRequest. -
Uses of ChangeMessageVisibilityRequest.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return ChangeMessageVisibilityRequest.BuilderModifier and TypeMethodDescriptionChangeMessageVisibilityRequest.builder()ChangeMessageVisibilityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ChangeMessageVisibilityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The URL of the Amazon SQS queue whose message's visibility is changed.ChangeMessageVisibilityRequest.Builder.receiptHandle(String receiptHandle) The receipt handle associated with the message, whose visibility timeout is changed.ChangeMessageVisibilityRequest.toBuilder()ChangeMessageVisibilityRequest.Builder.visibilityTimeout(Integer visibilityTimeout) The new value for the message's visibility timeout (in seconds).Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type ChangeMessageVisibilityRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ChangeMessageVisibilityRequest.Builder>ChangeMessageVisibilityRequest.serializableBuilderClass()