Uses of Interface
software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequest.Builder
Packages that use ChangeMessageVisibilityBatchRequest.Builder
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of ChangeMessageVisibilityBatchRequest.Builder in software.amazon.awssdk.services.sqs
Method parameters in software.amazon.awssdk.services.sqs with type arguments of type ChangeMessageVisibilityBatchRequest.BuilderModifier and TypeMethodDescriptionSqsAsyncClient.changeMessageVisibilityBatch(Consumer<ChangeMessageVisibilityBatchRequest.Builder> changeMessageVisibilityBatchRequest) Changes the visibility timeout of multiple messages.SqsClient.changeMessageVisibilityBatch(Consumer<ChangeMessageVisibilityBatchRequest.Builder> changeMessageVisibilityBatchRequest) Changes the visibility timeout of multiple messages. -
Uses of ChangeMessageVisibilityBatchRequest.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return ChangeMessageVisibilityBatchRequest.BuilderModifier and TypeMethodDescriptionChangeMessageVisibilityBatchRequest.builder()ChangeMessageVisibilityBatchRequest.Builder.entries(Collection<ChangeMessageVisibilityBatchRequestEntry> entries) Lists the receipt handles of the messages for which the visibility timeout must be changed.ChangeMessageVisibilityBatchRequest.Builder.entries(Consumer<ChangeMessageVisibilityBatchRequestEntry.Builder>... entries) Lists the receipt handles of the messages for which the visibility timeout must be changed.ChangeMessageVisibilityBatchRequest.Builder.entries(ChangeMessageVisibilityBatchRequestEntry... entries) Lists the receipt handles of the messages for which the visibility timeout must be changed.ChangeMessageVisibilityBatchRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ChangeMessageVisibilityBatchRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The URL of the Amazon SQS queue whose messages' visibility is changed.ChangeMessageVisibilityBatchRequest.toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type ChangeMessageVisibilityBatchRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ChangeMessageVisibilityBatchRequest.Builder>ChangeMessageVisibilityBatchRequest.serializableBuilderClass()