Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicationGroupUpdate
-
Packages that use ReplicationGroupUpdate Package Description software.amazon.awssdk.services.dynamodb.model -
-
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 ReplicationGroupUpdate Modifier and Type Method Description 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 ReplicationGroupUpdate Modifier and Type Method Description UpdateTableRequest.BuilderUpdateTableRequest.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 ReplicationGroupUpdate Modifier and Type Method Description UpdateTableRequest.BuilderUpdateTableRequest.Builder. replicaUpdates(Collection<ReplicationGroupUpdate> replicaUpdates)A list of replica update actions (create, delete, or update) for the table.
-