Uses of Class
com.amazonaws.services.sqs.model.CreateQueueRequest
Packages that use CreateQueueRequest
Package
Description
-
Uses of CreateQueueRequest in com.amazonaws.services.sqs
Methods in com.amazonaws.services.sqs with parameters of type CreateQueueRequestModifier and TypeMethodDescriptionAbstractAmazonSQS.createQueue
(CreateQueueRequest request) AmazonSQS.createQueue
(CreateQueueRequest createQueueRequest) Creates a new queue, or returns the URL of an existing one.AmazonSQSClient.createQueue
(CreateQueueRequest createQueueRequest) Creates a new queue, or returns the URL of an existing one.AbstractAmazonSQSAsync.createQueueAsync
(CreateQueueRequest request) AbstractAmazonSQSAsync.createQueueAsync
(CreateQueueRequest request, AsyncHandler<CreateQueueRequest, CreateQueueResult> asyncHandler) AmazonSQSAsync.createQueueAsync
(CreateQueueRequest createQueueRequest) Creates a new queue, or returns the URL of an existing one.AmazonSQSAsync.createQueueAsync
(CreateQueueRequest createQueueRequest, AsyncHandler<CreateQueueRequest, CreateQueueResult> asyncHandler) Creates a new queue, or returns the URL of an existing one.AmazonSQSAsyncClient.createQueueAsync
(CreateQueueRequest request) AmazonSQSAsyncClient.createQueueAsync
(CreateQueueRequest request, AsyncHandler<CreateQueueRequest, CreateQueueResult> asyncHandler) Method parameters in com.amazonaws.services.sqs with type arguments of type CreateQueueRequestModifier and TypeMethodDescriptionAbstractAmazonSQSAsync.createQueueAsync
(CreateQueueRequest request, AsyncHandler<CreateQueueRequest, CreateQueueResult> asyncHandler) AbstractAmazonSQSAsync.createQueueAsync
(String queueName, AsyncHandler<CreateQueueRequest, CreateQueueResult> asyncHandler) Simplified method form for invoking the CreateQueue operation with an AsyncHandler.AmazonSQSAsync.createQueueAsync
(CreateQueueRequest createQueueRequest, AsyncHandler<CreateQueueRequest, CreateQueueResult> asyncHandler) Creates a new queue, or returns the URL of an existing one.AmazonSQSAsync.createQueueAsync
(String queueName, AsyncHandler<CreateQueueRequest, CreateQueueResult> asyncHandler) Simplified method form for invoking the CreateQueue operation with an AsyncHandler.AmazonSQSAsyncClient.createQueueAsync
(CreateQueueRequest request, AsyncHandler<CreateQueueRequest, CreateQueueResult> asyncHandler) AmazonSQSAsyncClient.createQueueAsync
(String queueName, AsyncHandler<CreateQueueRequest, CreateQueueResult> asyncHandler) Simplified method form for invoking the CreateQueue operation with an AsyncHandler. -
Uses of CreateQueueRequest in com.amazonaws.services.sqs.buffered
Methods in com.amazonaws.services.sqs.buffered with parameters of type CreateQueueRequestModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.createQueue
(CreateQueueRequest createQueueRequest) AmazonSQSBufferedAsyncClient.createQueueAsync
(CreateQueueRequest createQueueRequest) AmazonSQSBufferedAsyncClient.createQueueAsync
(CreateQueueRequest createQueueRequest, AsyncHandler<CreateQueueRequest, CreateQueueResult> asyncHandler) Method parameters in com.amazonaws.services.sqs.buffered with type arguments of type CreateQueueRequestModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.createQueueAsync
(CreateQueueRequest createQueueRequest, AsyncHandler<CreateQueueRequest, CreateQueueResult> asyncHandler) AmazonSQSBufferedAsyncClient.createQueueAsync
(String queueName, AsyncHandler<CreateQueueRequest, CreateQueueResult> asyncHandler) -
Uses of CreateQueueRequest in com.amazonaws.services.sqs.model
Methods in com.amazonaws.services.sqs.model that return CreateQueueRequestModifier and TypeMethodDescriptionCreateQueueRequest.addAttributesEntry
(String key, String value) CreateQueueRequest.clearAttributesEntries()
Removes all the entries added into Attributes.CreateQueueRequest.clone()
CreateQueueRequest.withAttributes
(Map<String, String> attributes) A map of attributes with their corresponding values.CreateQueueRequest.withQueueName
(String queueName) The name for the queue to be created.