Uses of Enum
software.amazon.awssdk.services.sqs.model.MessageSystemAttributeNameForSends
Packages that use MessageSystemAttributeNameForSends
-
Uses of MessageSystemAttributeNameForSends in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return MessageSystemAttributeNameForSendsModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.Returns the enum constant of this type with the specified name.static MessageSystemAttributeNameForSends[]MessageSystemAttributeNameForSends.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 MessageSystemAttributeNameForSendsModifier and TypeMethodDescriptionMessageSystemAttributeNameForSends.knownValues()SendMessageBatchRequestEntry.messageSystemAttributes()The message system attribute to send Each message system attribute consists of aName,Type, andValue.SendMessageRequest.messageSystemAttributes()The message system attribute to send.Method parameters in software.amazon.awssdk.services.sqs.model with type arguments of type MessageSystemAttributeNameForSendsModifier and TypeMethodDescriptionSendMessageBatchRequestEntry.Builder.messageSystemAttributes(Map<MessageSystemAttributeNameForSends, MessageSystemAttributeValue> messageSystemAttributes) The message system attribute to send Each message system attribute consists of aName,Type, andValue.SendMessageRequest.Builder.messageSystemAttributes(Map<MessageSystemAttributeNameForSends, MessageSystemAttributeValue> messageSystemAttributes) The message system attribute to send.