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

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

Introduction

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

The text is from its open source code.

Constructor

CreateQueueRequest(String queueName)
Constructs a new CreateQueueRequest object.
CreateQueueRequest()
Default constructor for CreateQueueRequest object.

Method

CreateQueueRequestaddAttributesEntry(String key, String value)
java.util.MapgetAttributes()

A map of attributes with their corresponding values.

StringgetQueueName()

The name of the new queue.

voidsetAttributes(java.util.Map attributes)

A map of attributes with their corresponding values.

voidsetQueueName(String queueName)

The name of the new queue.

CreateQueueRequestwithQueueName(String queueName)

The name of the new queue.