Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ReplicaGlobalSecondaryIndexSettingsDescription.Builder
Packages that use ReplicaGlobalSecondaryIndexSettingsDescription.Builder
-
Uses of ReplicaGlobalSecondaryIndexSettingsDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ReplicaGlobalSecondaryIndexSettingsDescription.BuilderModifier and TypeMethodDescriptionReplicaGlobalSecondaryIndexSettingsDescription.builder()The name of the global secondary index.ReplicaGlobalSecondaryIndexSettingsDescription.Builder.indexStatus(String indexStatus) The current status of the global secondary index:ReplicaGlobalSecondaryIndexSettingsDescription.Builder.indexStatus(IndexStatus indexStatus) The current status of the global secondary index:ReplicaGlobalSecondaryIndexSettingsDescription.Builder.provisionedReadCapacityAutoScalingSettings(Consumer<AutoScalingSettingsDescription.Builder> provisionedReadCapacityAutoScalingSettings) Auto scaling settings for a global secondary index replica's read capacity units.ReplicaGlobalSecondaryIndexSettingsDescription.Builder.provisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription provisionedReadCapacityAutoScalingSettings) Auto scaling settings for a global secondary index replica's read capacity units.ReplicaGlobalSecondaryIndexSettingsDescription.Builder.provisionedReadCapacityUnits(Long provisionedReadCapacityUnits) The maximum number of strongly consistent reads consumed per second before DynamoDB returns aThrottlingException.ReplicaGlobalSecondaryIndexSettingsDescription.Builder.provisionedWriteCapacityAutoScalingSettings(Consumer<AutoScalingSettingsDescription.Builder> provisionedWriteCapacityAutoScalingSettings) Auto scaling settings for a global secondary index replica's write capacity units.ReplicaGlobalSecondaryIndexSettingsDescription.Builder.provisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription provisionedWriteCapacityAutoScalingSettings) Auto scaling settings for a global secondary index replica's write capacity units.ReplicaGlobalSecondaryIndexSettingsDescription.Builder.provisionedWriteCapacityUnits(Long provisionedWriteCapacityUnits) The maximum number of writes consumed per second before DynamoDB returns aThrottlingException.ReplicaGlobalSecondaryIndexSettingsDescription.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicaGlobalSecondaryIndexSettingsDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplicaGlobalSecondaryIndexSettingsDescription.Builder>ReplicaGlobalSecondaryIndexSettingsDescription.serializableBuilderClass()