Java com.amazonaws.services.sqs.model GetQueueAttributesRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.sqs.model GetQueueAttributesRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.sqs.model GetQueueAttributesRequest.

The text is from its open source code.

Constructor

GetQueueAttributesRequest()
Default constructor for GetQueueAttributesRequest object.
GetQueueAttributesRequest(String queueUrl)
Constructs a new GetQueueAttributesRequest object.
GetQueueAttributesRequest(String queueUrl, java.util.List attributeNames)
Constructs a new GetQueueAttributesRequest object.

Method

java.util.ListgetAttributeNames()

A list of attributes for which to retrieve information.

StringgetQueueUrl()

The URL of the Amazon SQS queue whose attribute information is retrieved.

voidsetAttributeNames(java.util.Collection attributeNames)

A list of attributes for which to retrieve information.

voidsetQueueUrl(String queueUrl)

The URL of the Amazon SQS queue whose attribute information is retrieved.

GetQueueAttributesRequestwithAttributeNames(String... attributeNames)

A list of attributes for which to retrieve information.

GetQueueAttributesRequestwithAttributeNames(java.util.Collection attributeNames)

A list of attributes for which to retrieve information.

GetQueueAttributesRequestwithAttributeNames(QueueAttributeName... attributeNames)

A list of attributes for which to retrieve information.

GetQueueAttributesRequestwithQueueUrl(String queueUrl)

The URL of the Amazon SQS queue whose attribute information is retrieved.