| Package | Description |
|---|---|
| software.amazon.awssdk.services.sqs |
Welcome to the Amazon Simple Queue Service API Reference.
|
| software.amazon.awssdk.services.sqs.transform |
| Modifier and Type | Method and Description |
|---|---|
default DeleteQueueResponse |
SQSClient.deleteQueue(Consumer<DeleteQueueRequest.Builder> deleteQueueRequest)
Deletes the queue specified by the
QueueUrl, regardless of the queue's contents. |
default DeleteQueueResponse |
SQSClient.deleteQueue(DeleteQueueRequest deleteQueueRequest)
Deletes the queue specified by the
QueueUrl, regardless of the queue's contents. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteQueueResponse> |
SQSAsyncClient.deleteQueue(Consumer<DeleteQueueRequest.Builder> deleteQueueRequest)
Deletes the queue specified by the
QueueUrl, regardless of the queue's contents. |
default CompletableFuture<DeleteQueueResponse> |
SQSAsyncClient.deleteQueue(DeleteQueueRequest deleteQueueRequest)
Deletes the queue specified by the
QueueUrl, regardless of the queue's contents. |
| Modifier and Type | Method and Description |
|---|---|
DeleteQueueResponse |
DeleteQueueResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.