Uses of Class
software.amazon.awssdk.services.sqs.model.Message
-
Packages that use Message Package Description software.amazon.awssdk.services.sqs.internal.batchmanager software.amazon.awssdk.services.sqs.model -
-
Uses of Message in software.amazon.awssdk.services.sqs.internal.batchmanager
Methods in software.amazon.awssdk.services.sqs.internal.batchmanager that return Message Modifier and Type Method Description MessageReceiveSqsMessageHelper. removeMessage() -
Uses of Message in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type Message Modifier and Type Method Description List<Message>ReceiveMessageResponse. messages()A list of messages.Methods in software.amazon.awssdk.services.sqs.model with parameters of type Message Modifier and Type Method Description ReceiveMessageResponse.BuilderReceiveMessageResponse.Builder. messages(Message... messages)A list of messages.Method parameters in software.amazon.awssdk.services.sqs.model with type arguments of type Message Modifier and Type Method Description ReceiveMessageResponse.BuilderReceiveMessageResponse.Builder. messages(Collection<Message> messages)A list of messages.
-