Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse
Packages that use DescribeLimitsResponse
-
Uses of DescribeLimitsResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return DescribeLimitsResponseModifier and TypeMethodDescriptiondefault DescribeLimitsResponseDynamoDbClient.describeLimits()Returns the current provisioned-capacity quotas for your Amazon Web Services account in a Region, both for the Region as a whole and for any one DynamoDB table that you create there.default DescribeLimitsResponseDynamoDbClient.describeLimits(Consumer<DescribeLimitsRequest.Builder> describeLimitsRequest) Returns the current provisioned-capacity quotas for your Amazon Web Services account in a Region, both for the Region as a whole and for any one DynamoDB table that you create there.default DescribeLimitsResponseDynamoDbClient.describeLimits(DescribeLimitsRequest describeLimitsRequest) Returns the current provisioned-capacity quotas for your Amazon Web Services account in a Region, both for the Region as a whole and for any one DynamoDB table that you create there.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type DescribeLimitsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<DescribeLimitsResponse>DynamoDbAsyncClient.describeLimits()Returns the current provisioned-capacity quotas for your Amazon Web Services 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(Consumer<DescribeLimitsRequest.Builder> describeLimitsRequest) Returns the current provisioned-capacity quotas for your Amazon Web Services 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 quotas for your Amazon Web Services account in a Region, both for the Region as a whole and for any one DynamoDB table that you create there.