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 QueueAttributeName
QueueAttributeName. fromValue(String value)
Use this in place of valueOf.static QueueAttributeName
QueueAttributeName. 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 GetQueueAttributesRequest
GetQueueAttributesRequest. withAttributeNames(QueueAttributeName... attributeNames)
A list of attributes to retrieve information for.ReceiveMessageRequest
ReceiveMessageRequest. withAttributeNames(QueueAttributeName... attributeNames)
A list of attributes that need to be returned along with each message.
-