Uses of Interface
software.amazon.awssdk.services.dynamodb.model.UpdateTableReplicaAutoScalingRequest.Builder
Packages that use UpdateTableReplicaAutoScalingRequest.Builder
Package
Description
-
Uses of UpdateTableReplicaAutoScalingRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type UpdateTableReplicaAutoScalingRequest.BuilderModifier and TypeMethodDescriptionDynamoDbAsyncClient.updateTableReplicaAutoScaling(Consumer<UpdateTableReplicaAutoScalingRequest.Builder> updateTableReplicaAutoScalingRequest) Updates auto scaling settings on your global tables at once.DynamoDbClient.updateTableReplicaAutoScaling(Consumer<UpdateTableReplicaAutoScalingRequest.Builder> updateTableReplicaAutoScalingRequest) Updates auto scaling settings on your global tables at once. -
Uses of UpdateTableReplicaAutoScalingRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return UpdateTableReplicaAutoScalingRequest.BuilderModifier and TypeMethodDescriptionUpdateTableReplicaAutoScalingRequest.builder()UpdateTableReplicaAutoScalingRequest.Builder.globalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexAutoScalingUpdate> globalSecondaryIndexUpdates) Represents the auto scaling settings of the global secondary indexes of the replica to be updated.UpdateTableReplicaAutoScalingRequest.Builder.globalSecondaryIndexUpdates(Consumer<GlobalSecondaryIndexAutoScalingUpdate.Builder>... globalSecondaryIndexUpdates) Represents the auto scaling settings of the global secondary indexes of the replica to be updated.UpdateTableReplicaAutoScalingRequest.Builder.globalSecondaryIndexUpdates(GlobalSecondaryIndexAutoScalingUpdate... globalSecondaryIndexUpdates) Represents the auto scaling settings of the global secondary indexes of the replica to be updated.UpdateTableReplicaAutoScalingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateTableReplicaAutoScalingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateTableReplicaAutoScalingRequest.Builder.provisionedWriteCapacityAutoScalingUpdate(Consumer<AutoScalingSettingsUpdate.Builder> provisionedWriteCapacityAutoScalingUpdate) Sets the value of the ProvisionedWriteCapacityAutoScalingUpdate property for this object.UpdateTableReplicaAutoScalingRequest.Builder.provisionedWriteCapacityAutoScalingUpdate(AutoScalingSettingsUpdate provisionedWriteCapacityAutoScalingUpdate) Sets the value of the ProvisionedWriteCapacityAutoScalingUpdate property for this object.UpdateTableReplicaAutoScalingRequest.Builder.replicaUpdates(Collection<ReplicaAutoScalingUpdate> replicaUpdates) Represents the auto scaling settings of replicas of the table that will be modified.UpdateTableReplicaAutoScalingRequest.Builder.replicaUpdates(Consumer<ReplicaAutoScalingUpdate.Builder>... replicaUpdates) Represents the auto scaling settings of replicas of the table that will be modified.UpdateTableReplicaAutoScalingRequest.Builder.replicaUpdates(ReplicaAutoScalingUpdate... replicaUpdates) Represents the auto scaling settings of replicas of the table that will be modified.The name of the global table to be updated.UpdateTableReplicaAutoScalingRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type UpdateTableReplicaAutoScalingRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateTableReplicaAutoScalingRequest.Builder>UpdateTableReplicaAutoScalingRequest.serializableBuilderClass()