Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
ProvisionedThroughput |
SourceTableDetails.provisionedThroughput()
Read IOPs and Write IOPS on the table when the backup was created.
|
ProvisionedThroughput |
UpdateGlobalSecondaryIndexAction.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 |
TableCreationParameters.provisionedThroughput()
Returns the value of the ProvisionedThroughput property for this object.
|
ProvisionedThroughput |
GlobalSecondaryIndex.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 |
GlobalSecondaryIndexInfo.provisionedThroughput()
Represents the provisioned throughput settings for the specified global secondary index.
|
ProvisionedThroughput |
CreateGlobalSecondaryIndexAction.provisionedThroughput()
Represents the provisioned throughput settings for the specified global secondary index.
|
ProvisionedThroughput |
RestoreTableToPointInTimeRequest.provisionedThroughputOverride()
Provisioned throughput settings for the restored table.
|
ProvisionedThroughput |
RestoreTableFromBackupRequest.provisionedThroughputOverride()
Provisioned throughput settings for the restored table.
|
Modifier and Type | Method and Description |
---|---|
SourceTableDetails.Builder |
SourceTableDetails.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput)
Read IOPs and Write IOPS on the table when the backup was created.
|
UpdateGlobalSecondaryIndexAction.Builder |
UpdateGlobalSecondaryIndexAction.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.
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput)
Sets the value of the ProvisionedThroughput property for this object.
|
GlobalSecondaryIndex.Builder |
GlobalSecondaryIndex.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.
|
GlobalSecondaryIndexInfo.Builder |
GlobalSecondaryIndexInfo.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.
|
CreateGlobalSecondaryIndexAction.Builder |
CreateGlobalSecondaryIndexAction.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.
|
RestoreTableToPointInTimeRequest.Builder |
RestoreTableToPointInTimeRequest.Builder.provisionedThroughputOverride(ProvisionedThroughput provisionedThroughputOverride)
Provisioned throughput settings for the restored table.
|
RestoreTableFromBackupRequest.Builder |
RestoreTableFromBackupRequest.Builder.provisionedThroughputOverride(ProvisionedThroughput provisionedThroughputOverride)
Provisioned throughput settings for the restored table.
|
Copyright © 2022. All rights reserved.