Uses of Interface
software.amazon.awssdk.services.dynamodb.model.UpdateGlobalTableSettingsRequest.Builder
Packages that use UpdateGlobalTableSettingsRequest.Builder
Package
Description
-
Uses of UpdateGlobalTableSettingsRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type UpdateGlobalTableSettingsRequest.BuilderModifier and TypeMethodDescriptionDynamoDbAsyncClient.updateGlobalTableSettings(Consumer<UpdateGlobalTableSettingsRequest.Builder> updateGlobalTableSettingsRequest) Updates settings for a global table.DynamoDbClient.updateGlobalTableSettings(Consumer<UpdateGlobalTableSettingsRequest.Builder> updateGlobalTableSettingsRequest) Updates settings for a global table. -
Uses of UpdateGlobalTableSettingsRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return UpdateGlobalTableSettingsRequest.BuilderModifier and TypeMethodDescriptionUpdateGlobalTableSettingsRequest.builder()UpdateGlobalTableSettingsRequest.Builder.globalTableBillingMode(String globalTableBillingMode) The billing mode of the global table.UpdateGlobalTableSettingsRequest.Builder.globalTableBillingMode(BillingMode globalTableBillingMode) The billing mode of the global table.UpdateGlobalTableSettingsRequest.Builder.globalTableGlobalSecondaryIndexSettingsUpdate(Collection<GlobalTableGlobalSecondaryIndexSettingsUpdate> globalTableGlobalSecondaryIndexSettingsUpdate) Represents the settings of a global secondary index for a global table that will be modified.UpdateGlobalTableSettingsRequest.Builder.globalTableGlobalSecondaryIndexSettingsUpdate(Consumer<GlobalTableGlobalSecondaryIndexSettingsUpdate.Builder>... globalTableGlobalSecondaryIndexSettingsUpdate) Represents the settings of a global secondary index for a global table that will be modified.UpdateGlobalTableSettingsRequest.Builder.globalTableGlobalSecondaryIndexSettingsUpdate(GlobalTableGlobalSecondaryIndexSettingsUpdate... globalTableGlobalSecondaryIndexSettingsUpdate) Represents the settings of a global secondary index for a global table that will be modified.UpdateGlobalTableSettingsRequest.Builder.globalTableName(String globalTableName) The name of the global tableUpdateGlobalTableSettingsRequest.Builder.globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(Consumer<AutoScalingSettingsUpdate.Builder> globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate) Auto scaling settings for managing provisioned write capacity for the global table.UpdateGlobalTableSettingsRequest.Builder.globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate) Auto scaling settings for managing provisioned write capacity for the global table.UpdateGlobalTableSettingsRequest.Builder.globalTableProvisionedWriteCapacityUnits(Long globalTableProvisionedWriteCapacityUnits) The maximum number of writes consumed per second before DynamoDB returns aThrottlingException.UpdateGlobalTableSettingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateGlobalTableSettingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateGlobalTableSettingsRequest.Builder.replicaSettingsUpdate(Collection<ReplicaSettingsUpdate> replicaSettingsUpdate) Represents the settings for a global table in a Region that will be modified.UpdateGlobalTableSettingsRequest.Builder.replicaSettingsUpdate(Consumer<ReplicaSettingsUpdate.Builder>... replicaSettingsUpdate) Represents the settings for a global table in a Region that will be modified.UpdateGlobalTableSettingsRequest.Builder.replicaSettingsUpdate(ReplicaSettingsUpdate... replicaSettingsUpdate) Represents the settings for a global table in a Region that will be modified.UpdateGlobalTableSettingsRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type UpdateGlobalTableSettingsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateGlobalTableSettingsRequest.Builder>UpdateGlobalTableSettingsRequest.serializableBuilderClass()