Uses of Class
software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
-
Packages that use ChangeMessageVisibilityBatchResultEntry Package Description software.amazon.awssdk.services.sqs.model -
-
Uses of ChangeMessageVisibilityBatchResultEntry in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type ChangeMessageVisibilityBatchResultEntry Modifier and Type Method Description List<ChangeMessageVisibilityBatchResultEntry>ChangeMessageVisibilityBatchResponse. successful()A list ofChangeMessageVisibilityBatchResultEntryitems.Methods in software.amazon.awssdk.services.sqs.model with parameters of type ChangeMessageVisibilityBatchResultEntry Modifier and Type Method Description ChangeMessageVisibilityBatchResponse.BuilderChangeMessageVisibilityBatchResponse.Builder. successful(ChangeMessageVisibilityBatchResultEntry... successful)A list ofChangeMessageVisibilityBatchResultEntryitems.Method parameters in software.amazon.awssdk.services.sqs.model with type arguments of type ChangeMessageVisibilityBatchResultEntry Modifier and Type Method Description ChangeMessageVisibilityBatchResponse.BuilderChangeMessageVisibilityBatchResponse.Builder. successful(Collection<ChangeMessageVisibilityBatchResultEntry> successful)A list ofChangeMessageVisibilityBatchResultEntryitems.
-