Uses of Enum
software.amazon.awssdk.services.sqs.model.MessageSystemAttributeName
Packages that use MessageSystemAttributeName
Package
Description
-
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 MessageSystemAttributeNameModifier and TypeMethodDescriptionBatchOverrideConfiguration.receiveMessageSystemAttributeNames()Method parameters in software.amazon.awssdk.services.sqs.batchmanager with type arguments of type MessageSystemAttributeNameModifier and TypeMethodDescriptionBatchOverrideConfiguration.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 MessageSystemAttributeNameModifier and TypeFieldDescriptionstatic final List<MessageSystemAttributeName>ResponseBatchConfiguration.MESSAGE_SYSTEM_ATTRIBUTE_NAMES_DEFAULTMethods in software.amazon.awssdk.services.sqs.internal.batchmanager that return types with arguments of type MessageSystemAttributeNameMethod parameters in software.amazon.awssdk.services.sqs.internal.batchmanager with type arguments of type MessageSystemAttributeNameModifier and TypeMethodDescriptionResponseBatchConfiguration.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 MessageSystemAttributeNameModifier and TypeMethodDescriptionstatic MessageSystemAttributeNameUse this in place of valueOf to convert the raw string returned by the service into the enum value.static MessageSystemAttributeNameReturns 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 MessageSystemAttributeNameModifier and TypeMethodDescriptionfinal Map<MessageSystemAttributeName,String> Message.attributes()A map of the attributes requested inReceiveMessageto their respective values.static Set<MessageSystemAttributeName>MessageSystemAttributeName.knownValues()final 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 MessageSystemAttributeNameModifier and TypeMethodDescriptionReceiveMessageRequest.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 MessageSystemAttributeNameModifier and TypeMethodDescriptionMessage.Builder.attributes(Map<MessageSystemAttributeName, String> attributes) A map of the attributes requested inReceiveMessageto their respective values.ReceiveMessageRequest.Builder.messageSystemAttributeNames(Collection<MessageSystemAttributeName> messageSystemAttributeNames) A list of attributes that need to be returned along with each message.