| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| software.amazon.awssdk.services.dynamodb.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeLimitsResponse |
DynamoDbClient.describeLimits(DescribeLimitsRequest describeLimitsRequest)
Returns the current provisioned-capacity limits for your AWS account in a region, both for the region as a whole
and for any one DynamoDB table that you create there.
|
default CompletableFuture<DescribeLimitsResponse> |
DynamoDbAsyncClient.describeLimits(DescribeLimitsRequest describeLimitsRequest)
Returns the current provisioned-capacity limits for your AWS account in a region, both for the region as a whole
and for any one DynamoDB table that you create there.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeLimitsRequestMarshaller.marshall(DescribeLimitsRequest describeLimitsRequest) |
Copyright © 2019. All rights reserved.