Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicationGroupUpdate
Packages that use ReplicationGroupUpdate
-
Uses of ReplicationGroupUpdate in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicationGroupUpdateModifier and TypeMethodDescriptionfinal List<ReplicationGroupUpdate>UpdateTableRequest.replicaUpdates()A list of replica update actions (create, delete, or update) for the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReplicationGroupUpdateModifier and TypeMethodDescriptionUpdateTableRequest.Builder.replicaUpdates(ReplicationGroupUpdate... replicaUpdates) A list of replica update actions (create, delete, or update) for the table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ReplicationGroupUpdateModifier and TypeMethodDescriptionUpdateTableRequest.Builder.replicaUpdates(Collection<ReplicationGroupUpdate> replicaUpdates) A list of replica update actions (create, delete, or update) for the table.