Uses of Class
software.amazon.awssdk.services.sqs.model.DeleteQueueResponse
-
Packages that use DeleteQueueResponse Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference. -
-
Uses of DeleteQueueResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return DeleteQueueResponse Modifier and Type Method Description default DeleteQueueResponseSqsClient. deleteQueue(Consumer<DeleteQueueRequest.Builder> deleteQueueRequest)Deletes the queue specified by theQueueUrl, regardless of the queue's contents.default DeleteQueueResponseSqsClient. deleteQueue(DeleteQueueRequest deleteQueueRequest)Deletes the queue specified by theQueueUrl, regardless of the queue's contents.Methods in software.amazon.awssdk.services.sqs that return types with arguments of type DeleteQueueResponse Modifier and Type Method Description default CompletableFuture<DeleteQueueResponse>SqsAsyncClient. deleteQueue(Consumer<DeleteQueueRequest.Builder> deleteQueueRequest)Deletes the queue specified by theQueueUrl, regardless of the queue's contents.default CompletableFuture<DeleteQueueResponse>SqsAsyncClient. deleteQueue(DeleteQueueRequest deleteQueueRequest)Deletes the queue specified by theQueueUrl, regardless of the queue's contents.
-