Uses of Class
software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
Packages that use ChangeMessageVisibilityBatchRequestEntry
-
Uses of ChangeMessageVisibilityBatchRequestEntry in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type ChangeMessageVisibilityBatchRequestEntryModifier and TypeMethodDescriptionChangeMessageVisibilityBatchRequest.entries()Lists the receipt handles of the messages for which the visibility timeout must be changed.Methods in software.amazon.awssdk.services.sqs.model with parameters of type ChangeMessageVisibilityBatchRequestEntryModifier and TypeMethodDescriptionChangeMessageVisibilityBatchRequest.Builder.entries(ChangeMessageVisibilityBatchRequestEntry... entries) Lists the receipt handles of the messages for which the visibility timeout must be changed.Method parameters in software.amazon.awssdk.services.sqs.model with type arguments of type ChangeMessageVisibilityBatchRequestEntryModifier and TypeMethodDescriptionChangeMessageVisibilityBatchRequest.Builder.entries(Collection<ChangeMessageVisibilityBatchRequestEntry> entries) Lists the receipt handles of the messages for which the visibility timeout must be changed.