Uses of Class
software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
-
Packages that use ChangeMessageVisibilityBatchRequestEntry Package Description software.amazon.awssdk.services.sqs.model -
-
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 ChangeMessageVisibilityBatchRequestEntry Modifier and Type Method Description List<ChangeMessageVisibilityBatchRequestEntry>ChangeMessageVisibilityBatchRequest. 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 ChangeMessageVisibilityBatchRequestEntry Modifier and Type Method Description ChangeMessageVisibilityBatchRequest.BuilderChangeMessageVisibilityBatchRequest.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 ChangeMessageVisibilityBatchRequestEntry Modifier and Type Method Description ChangeMessageVisibilityBatchRequest.BuilderChangeMessageVisibilityBatchRequest.Builder. entries(Collection<ChangeMessageVisibilityBatchRequestEntry> entries)Lists the receipt handles of the messages for which the visibility timeout must be changed.
-