Uses of Class
software.amazon.awssdk.services.sqs.model.DeleteQueueResponse
Packages that use DeleteQueueResponse
-
Uses of DeleteQueueResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return DeleteQueueResponseModifier and TypeMethodDescriptiondefault 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 DeleteQueueResponseModifier and TypeMethodDescriptiondefault 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.