Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsDynamoDbTableProvisionedThroughput.Builder
-
Packages that use AwsDynamoDbTableProvisionedThroughput.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsDynamoDbTableProvisionedThroughput.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsDynamoDbTableProvisionedThroughput.Builder Modifier and Type Method Description static AwsDynamoDbTableProvisionedThroughput.BuilderAwsDynamoDbTableProvisionedThroughput. builder()AwsDynamoDbTableProvisionedThroughput.BuilderAwsDynamoDbTableProvisionedThroughput.Builder. lastDecreaseDateTime(String lastDecreaseDateTime)Indicates when the provisioned throughput was last decreased.AwsDynamoDbTableProvisionedThroughput.BuilderAwsDynamoDbTableProvisionedThroughput.Builder. lastIncreaseDateTime(String lastIncreaseDateTime)Indicates when the provisioned throughput was last increased.AwsDynamoDbTableProvisionedThroughput.BuilderAwsDynamoDbTableProvisionedThroughput.Builder. numberOfDecreasesToday(Integer numberOfDecreasesToday)The number of times during the current UTC calendar day that the provisioned throughput was decreased.AwsDynamoDbTableProvisionedThroughput.BuilderAwsDynamoDbTableProvisionedThroughput.Builder. readCapacityUnits(Integer readCapacityUnits)The maximum number of strongly consistent reads consumed per second before DynamoDB returns aThrottlingException.AwsDynamoDbTableProvisionedThroughput.BuilderAwsDynamoDbTableProvisionedThroughput. toBuilder()AwsDynamoDbTableProvisionedThroughput.BuilderAwsDynamoDbTableProvisionedThroughput.Builder. writeCapacityUnits(Integer writeCapacityUnits)The maximum number of writes consumed per second before DynamoDB returns aThrottlingException.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsDynamoDbTableProvisionedThroughput.Builder Modifier and Type Method Description static Class<? extends AwsDynamoDbTableProvisionedThroughput.Builder>AwsDynamoDbTableProvisionedThroughput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsDynamoDbTableProvisionedThroughput.Builder Modifier and Type Method Description default AwsDynamoDbTableDetails.BuilderAwsDynamoDbTableDetails.Builder. provisionedThroughput(Consumer<AwsDynamoDbTableProvisionedThroughput.Builder> provisionedThroughput)Information about the provisioned throughput for the table.default AwsDynamoDbTableGlobalSecondaryIndex.BuilderAwsDynamoDbTableGlobalSecondaryIndex.Builder. provisionedThroughput(Consumer<AwsDynamoDbTableProvisionedThroughput.Builder> provisionedThroughput)Information about the provisioned throughput settings for the indexes.
-