Uses of Class
com.amazonaws.services.sqs.model.QueueAttributeName
-
Packages that use QueueAttributeName Package Description com.amazonaws.services.sqs.model -
-
Uses of QueueAttributeName in com.amazonaws.services.sqs.model
Methods in com.amazonaws.services.sqs.model that return QueueAttributeName Modifier and Type Method Description static QueueAttributeNameQueueAttributeName. fromValue(String value)Use this in place of valueOf.static QueueAttributeNameQueueAttributeName. valueOf(String name)Returns the enum constant of this type with the specified name.static QueueAttributeName[]QueueAttributeName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.sqs.model with parameters of type QueueAttributeName Modifier and Type Method Description GetQueueAttributesRequestGetQueueAttributesRequest. withAttributeNames(QueueAttributeName... attributeNames)A list of attributes to retrieve information for.ReceiveMessageRequestReceiveMessageRequest. withAttributeNames(QueueAttributeName... attributeNames)A list of attributes that need to be returned along with each message.
-