Uses of Class
software.amazon.awssdk.services.sqs.model.MessageSystemAttributeNameForSends
-
Packages that use MessageSystemAttributeNameForSends Package Description software.amazon.awssdk.services.sqs.model -
-
Uses of MessageSystemAttributeNameForSends in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return MessageSystemAttributeNameForSends Modifier and Type Method Description static MessageSystemAttributeNameForSendsMessageSystemAttributeNameForSends. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MessageSystemAttributeNameForSendsMessageSystemAttributeNameForSends. valueOf(String name)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 MessageSystemAttributeNameForSends Modifier and Type Method Description static Set<MessageSystemAttributeNameForSends>MessageSystemAttributeNameForSends. knownValues()Map<MessageSystemAttributeNameForSends,MessageSystemAttributeValue>SendMessageBatchRequestEntry. messageSystemAttributes()The message system attribute to send Each message system attribute consists of aName,Type, andValue.Map<MessageSystemAttributeNameForSends,MessageSystemAttributeValue>SendMessageRequest. messageSystemAttributes()The message system attribute to send.Method parameters in software.amazon.awssdk.services.sqs.model with type arguments of type MessageSystemAttributeNameForSends Modifier and Type Method Description SendMessageBatchRequestEntry.BuilderSendMessageBatchRequestEntry.Builder. messageSystemAttributes(Map<MessageSystemAttributeNameForSends,MessageSystemAttributeValue> messageSystemAttributes)The message system attribute to send Each message system attribute consists of aName,Type, andValue.SendMessageRequest.BuilderSendMessageRequest.Builder. messageSystemAttributes(Map<MessageSystemAttributeNameForSends,MessageSystemAttributeValue> messageSystemAttributes)The message system attribute to send.
-