Uses of Interface
software.amazon.awssdk.services.sqs.model.CreateQueueRequest.Builder
Packages that use CreateQueueRequest.Builder
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of CreateQueueRequest.Builder in software.amazon.awssdk.services.sqs
Method parameters in software.amazon.awssdk.services.sqs with type arguments of type CreateQueueRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateQueueResponse>SqsAsyncClient.createQueue(Consumer<CreateQueueRequest.Builder> createQueueRequest) Creates a new standard or FIFO queue.default CreateQueueResponseSqsClient.createQueue(Consumer<CreateQueueRequest.Builder> createQueueRequest) Creates a new standard or FIFO queue. -
Uses of CreateQueueRequest.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return CreateQueueRequest.BuilderModifier and TypeMethodDescriptionCreateQueueRequest.Builder.attributes(Map<QueueAttributeName, String> attributes) A map of attributes with their corresponding values.CreateQueueRequest.Builder.attributesWithStrings(Map<String, String> attributes) A map of attributes with their corresponding values.static CreateQueueRequest.BuilderCreateQueueRequest.builder()CreateQueueRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateQueueRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name of the new queue.Add cost allocation tags to the specified Amazon SQS queue.CreateQueueRequest.toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type CreateQueueRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateQueueRequest.Builder>CreateQueueRequest.serializableBuilderClass()