Uses of Class
software.amazon.awssdk.services.sqs.model.MessageSystemAttributeName
-
-
Uses of MessageSystemAttributeName in software.amazon.awssdk.services.sqs.batchmanager
Methods in software.amazon.awssdk.services.sqs.batchmanager that return types with arguments of type MessageSystemAttributeName Modifier and Type Method Description List<MessageSystemAttributeName>BatchOverrideConfiguration. receiveMessageSystemAttributeNames()Method parameters in software.amazon.awssdk.services.sqs.batchmanager with type arguments of type MessageSystemAttributeName Modifier and Type Method Description BatchOverrideConfiguration.BuilderBatchOverrideConfiguration.Builder. receiveMessageSystemAttributeNames(List<MessageSystemAttributeName> receiveMessageSystemAttributeNames)Defines the list of message system attribute names to request in receive message calls. -
Uses of MessageSystemAttributeName in software.amazon.awssdk.services.sqs.internal.batchmanager
Fields in software.amazon.awssdk.services.sqs.internal.batchmanager with type parameters of type MessageSystemAttributeName Modifier and Type Field Description static List<MessageSystemAttributeName>ResponseBatchConfiguration. MESSAGE_SYSTEM_ATTRIBUTE_NAMES_DEFAULTMethods in software.amazon.awssdk.services.sqs.internal.batchmanager that return types with arguments of type MessageSystemAttributeName Modifier and Type Method Description List<MessageSystemAttributeName>ResponseBatchConfiguration. messageSystemAttributeNames()Method parameters in software.amazon.awssdk.services.sqs.internal.batchmanager with type arguments of type MessageSystemAttributeName Modifier and Type Method Description ResponseBatchConfiguration.BuilderResponseBatchConfiguration.Builder. messageSystemAttributeNames(List<MessageSystemAttributeName> messageSystemAttributeNames) -
Uses of MessageSystemAttributeName in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return MessageSystemAttributeName Modifier and Type Method Description static MessageSystemAttributeNameMessageSystemAttributeName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MessageSystemAttributeNameMessageSystemAttributeName. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageSystemAttributeName[]MessageSystemAttributeName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type MessageSystemAttributeName Modifier and Type Method Description Map<MessageSystemAttributeName,String>Message. attributes()A map of the attributes requested inReceiveMessageto their respective values.static Set<MessageSystemAttributeName>MessageSystemAttributeName. knownValues()List<MessageSystemAttributeName>ReceiveMessageRequest. messageSystemAttributeNames()A list of attributes that need to be returned along with each message.Methods in software.amazon.awssdk.services.sqs.model with parameters of type MessageSystemAttributeName Modifier and Type Method Description ReceiveMessageRequest.BuilderReceiveMessageRequest.Builder. messageSystemAttributeNames(MessageSystemAttributeName... messageSystemAttributeNames)A list of attributes that need to be returned along with each message.Method parameters in software.amazon.awssdk.services.sqs.model with type arguments of type MessageSystemAttributeName Modifier and Type Method Description Message.BuilderMessage.Builder. attributes(Map<MessageSystemAttributeName,String> attributes)A map of the attributes requested inReceiveMessageto their respective values.ReceiveMessageRequest.BuilderReceiveMessageRequest.Builder. messageSystemAttributeNames(Collection<MessageSystemAttributeName> messageSystemAttributeNames)A list of attributes that need to be returned along with each message.
-