Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsDynamoDbTableProvisionedThroughput
-
Packages that use AwsDynamoDbTableProvisionedThroughput Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsDynamoDbTableProvisionedThroughput in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsDynamoDbTableProvisionedThroughput Modifier and Type Method Description AwsDynamoDbTableProvisionedThroughputAwsDynamoDbTableDetails. provisionedThroughput()Information about the provisioned throughput for the table.AwsDynamoDbTableProvisionedThroughputAwsDynamoDbTableGlobalSecondaryIndex. provisionedThroughput()Information about the provisioned throughput settings for the indexes.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsDynamoDbTableProvisionedThroughput Modifier and Type Method Description AwsDynamoDbTableDetails.BuilderAwsDynamoDbTableDetails.Builder. provisionedThroughput(AwsDynamoDbTableProvisionedThroughput provisionedThroughput)Information about the provisioned throughput for the table.AwsDynamoDbTableGlobalSecondaryIndex.BuilderAwsDynamoDbTableGlobalSecondaryIndex.Builder. provisionedThroughput(AwsDynamoDbTableProvisionedThroughput provisionedThroughput)Information about the provisioned throughput settings for the indexes.
-