@Generated(value="software.amazon.awssdk:codegen") public final class DescribeLimitsResponse extends DynamoDbResponse implements ToCopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>
Represents the output of a DescribeLimits operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeLimitsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
accountMaxReadCapacityUnits()
The maximum total read capacity units that your account allows you to provision across all of your tables in this
region.
|
Long |
accountMaxWriteCapacityUnits()
The maximum total write capacity units that your account allows you to provision across all of your tables in
this region.
|
static DescribeLimitsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeLimitsResponse.Builder> |
serializableBuilderClass() |
Long |
tableMaxReadCapacityUnits()
The maximum read capacity units that your account allows you to provision for a new table that you are creating
in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).
|
Long |
tableMaxWriteCapacityUnits()
The maximum write capacity units that your account allows you to provision for a new table that you are creating
in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).
|
DescribeLimitsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Long accountMaxReadCapacityUnits()
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
public Long accountMaxWriteCapacityUnits()
The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
public Long tableMaxReadCapacityUnits()
The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).
public Long tableMaxWriteCapacityUnits()
The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).
public DescribeLimitsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>toBuilder in class AwsResponsepublic static DescribeLimitsResponse.Builder builder()
public static Class<? extends DescribeLimitsResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.