Uses of Class
software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput
-
Packages that use ProvisionedThroughput Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ProvisionedThroughput in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ProvisionedThroughput Modifier and Type Method Description ProvisionedThroughput
CreateGlobalSecondaryIndexAction. provisionedThroughput()
Represents the provisioned throughput settings for the specified global secondary index.ProvisionedThroughput
CreateTableRequest. provisionedThroughput()
Represents the provisioned throughput settings for a specified table or index.ProvisionedThroughput
GlobalSecondaryIndex. provisionedThroughput()
Represents the provisioned throughput settings for the specified global secondary index.ProvisionedThroughput
GlobalSecondaryIndexInfo. provisionedThroughput()
Represents the provisioned throughput settings for the specified global secondary index.ProvisionedThroughput
SourceTableDetails. provisionedThroughput()
Read IOPs and Write IOPS on the table when the backup was created.ProvisionedThroughput
TableCreationParameters. provisionedThroughput()
Returns the value of the ProvisionedThroughput property for this object.ProvisionedThroughput
UpdateGlobalSecondaryIndexAction. provisionedThroughput()
Represents the provisioned throughput settings for the specified global secondary index.ProvisionedThroughput
UpdateTableRequest. provisionedThroughput()
The new provisioned throughput settings for the specified table or index.ProvisionedThroughput
RestoreTableFromBackupRequest. provisionedThroughputOverride()
Provisioned throughput settings for the restored table.ProvisionedThroughput
RestoreTableToPointInTimeRequest. provisionedThroughputOverride()
Provisioned throughput settings for the restored table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ProvisionedThroughput Modifier and Type Method Description CreateGlobalSecondaryIndexAction.Builder
CreateGlobalSecondaryIndexAction.Builder. provisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.CreateTableRequest.Builder
CreateTableRequest.Builder. provisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for a specified table or index.GlobalSecondaryIndex.Builder
GlobalSecondaryIndex.Builder. provisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.GlobalSecondaryIndexInfo.Builder
GlobalSecondaryIndexInfo.Builder. provisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.SourceTableDetails.Builder
SourceTableDetails.Builder. provisionedThroughput(ProvisionedThroughput provisionedThroughput)
Read IOPs and Write IOPS on the table when the backup was created.TableCreationParameters.Builder
TableCreationParameters.Builder. provisionedThroughput(ProvisionedThroughput provisionedThroughput)
Sets the value of the ProvisionedThroughput property for this object.UpdateGlobalSecondaryIndexAction.Builder
UpdateGlobalSecondaryIndexAction.Builder. provisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.UpdateTableRequest.Builder
UpdateTableRequest.Builder. provisionedThroughput(ProvisionedThroughput provisionedThroughput)
The new provisioned throughput settings for the specified table or index.RestoreTableFromBackupRequest.Builder
RestoreTableFromBackupRequest.Builder. provisionedThroughputOverride(ProvisionedThroughput provisionedThroughputOverride)
Provisioned throughput settings for the restored table.RestoreTableToPointInTimeRequest.Builder
RestoreTableToPointInTimeRequest.Builder. provisionedThroughputOverride(ProvisionedThroughput provisionedThroughputOverride)
Provisioned throughput settings for the restored table.
-