Uses of Enum
software.amazon.awssdk.services.sqs.model.QueueAttributeName
Packages that use QueueAttributeName
-
Uses of QueueAttributeName in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return QueueAttributeNameModifier and TypeMethodDescriptionstatic QueueAttributeNameUse this in place of valueOf to convert the raw string returned by the service into the enum value.static QueueAttributeNameReturns 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 software.amazon.awssdk.services.sqs.model that return types with arguments of type QueueAttributeNameModifier and TypeMethodDescriptionfinal List<QueueAttributeName>GetQueueAttributesRequest.attributeNames()A list of attributes for which to retrieve information.final List<QueueAttributeName>ReceiveMessageRequest.attributeNames()Deprecated.AttributeNames has been replaced by MessageSystemAttributeNamesfinal Map<QueueAttributeName,String> CreateQueueRequest.attributes()A map of attributes with their corresponding values.final Map<QueueAttributeName,String> GetQueueAttributesResponse.attributes()A map of attributes to their respective values.final Map<QueueAttributeName,String> SetQueueAttributesRequest.attributes()A map of attributes to set.static Set<QueueAttributeName>QueueAttributeName.knownValues()Methods in software.amazon.awssdk.services.sqs.model with parameters of type QueueAttributeNameModifier and TypeMethodDescriptionGetQueueAttributesRequest.Builder.attributeNames(QueueAttributeName... attributeNames) A list of attributes for which to retrieve information.ReceiveMessageRequest.Builder.attributeNames(QueueAttributeName... attributeNames) Deprecated.AttributeNames has been replaced by MessageSystemAttributeNamesMethod parameters in software.amazon.awssdk.services.sqs.model with type arguments of type QueueAttributeNameModifier and TypeMethodDescriptionGetQueueAttributesRequest.Builder.attributeNames(Collection<QueueAttributeName> attributeNames) A list of attributes for which to retrieve information.ReceiveMessageRequest.Builder.attributeNames(Collection<QueueAttributeName> attributeNames) Deprecated.AttributeNames has been replaced by MessageSystemAttributeNamesCreateQueueRequest.Builder.attributes(Map<QueueAttributeName, String> attributes) A map of attributes with their corresponding values.GetQueueAttributesResponse.Builder.attributes(Map<QueueAttributeName, String> attributes) A map of attributes to their respective values.SetQueueAttributesRequest.Builder.attributes(Map<QueueAttributeName, String> attributes) A map of attributes to set.