Class DescribeLimitsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a DescribeLimits operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.The maximum total write capacity units that your account allows you to provision across all of your tables in this region.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).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).int
hashCode()
void
setAccountMaxReadCapacityUnits
(Long accountMaxReadCapacityUnits) The maximum total read capacity units that your account allows you to provision across all of your tables in this region.void
setAccountMaxWriteCapacityUnits
(Long accountMaxWriteCapacityUnits) The maximum total write capacity units that your account allows you to provision across all of your tables in this region.void
setTableMaxReadCapacityUnits
(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).void
setTableMaxWriteCapacityUnits
(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).toString()
Returns a string representation of this object; useful for testing and debugging.withAccountMaxReadCapacityUnits
(Long accountMaxReadCapacityUnits) The maximum total read capacity units that your account allows you to provision across all of your tables in this region.withAccountMaxWriteCapacityUnits
(Long accountMaxWriteCapacityUnits) The maximum total write capacity units that your account allows you to provision across all of your tables in this region.withTableMaxReadCapacityUnits
(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).withTableMaxWriteCapacityUnits
(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).
-
Constructor Details
-
DescribeLimitsResult
public DescribeLimitsResult()
-
-
Method Details
-
setAccountMaxReadCapacityUnits
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
- Parameters:
accountMaxReadCapacityUnits
- The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
-
getAccountMaxReadCapacityUnits
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
- Returns:
- The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
-
withAccountMaxReadCapacityUnits
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
- Parameters:
accountMaxReadCapacityUnits
- The maximum total read capacity units that your account allows you to provision across all of your tables in this region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAccountMaxWriteCapacityUnits
The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
- Parameters:
accountMaxWriteCapacityUnits
- The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
-
getAccountMaxWriteCapacityUnits
The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
- Returns:
- The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
-
withAccountMaxWriteCapacityUnits
The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
- Parameters:
accountMaxWriteCapacityUnits
- The maximum total write capacity units that your account allows you to provision across all of your tables in this region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTableMaxReadCapacityUnits
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).
- Parameters:
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).
-
getTableMaxReadCapacityUnits
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).
- Returns:
- 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).
-
withTableMaxReadCapacityUnits
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTableMaxWriteCapacityUnits
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).
- Parameters:
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).
-
getTableMaxWriteCapacityUnits
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).
- Returns:
- 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).
-
withTableMaxWriteCapacityUnits
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-