| Package | Description |
|---|---|
| software.amazon.awssdk.services.sqs |
Welcome to the Amazon SQS API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateQueueResponse |
SqsClient.createQueue(Consumer<CreateQueueRequest.Builder> createQueueRequest)
Creates a new standard or FIFO queue.
|
default CreateQueueResponse |
SqsClient.createQueue(CreateQueueRequest createQueueRequest)
Creates a new standard or FIFO queue.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateQueueResponse> |
SqsAsyncClient.createQueue(Consumer<CreateQueueRequest.Builder> createQueueRequest)
Creates a new standard or FIFO queue.
|
default CompletableFuture<CreateQueueResponse> |
SqsAsyncClient.createQueue(CreateQueueRequest createQueueRequest)
Creates a new standard or FIFO queue.
|
Copyright © 2021. All rights reserved.