| Package | Description |
|---|---|
| software.amazon.awssdk.services.sqs |
Welcome to the Amazon SQS API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default GetQueueAttributesResponse |
SqsClient.getQueueAttributes(Consumer<GetQueueAttributesRequest.Builder> getQueueAttributesRequest)
Gets attributes for the specified queue.
|
default GetQueueAttributesResponse |
SqsClient.getQueueAttributes(GetQueueAttributesRequest getQueueAttributesRequest)
Gets attributes for the specified queue.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetQueueAttributesResponse> |
SqsAsyncClient.getQueueAttributes(Consumer<GetQueueAttributesRequest.Builder> getQueueAttributesRequest)
Gets attributes for the specified queue.
|
default CompletableFuture<GetQueueAttributesResponse> |
SqsAsyncClient.getQueueAttributes(GetQueueAttributesRequest getQueueAttributesRequest)
Gets attributes for the specified queue.
|
Copyright © 2022. All rights reserved.