Uses of Class
software.amazon.awssdk.services.keyspaces.model.ReplicaSpecification
-
Packages that use ReplicaSpecification Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of ReplicaSpecification in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type ReplicaSpecification Modifier and Type Method Description List<ReplicaSpecification>CreateTableRequest. replicaSpecifications()The optional Amazon Web Services Region specific settings of a multi-Region table.List<ReplicaSpecification>RestoreTableRequest. replicaSpecifications()The optional Region specific settings of a multi-Regional table.List<ReplicaSpecification>UpdateTableRequest. replicaSpecifications()The Region specific settings of a multi-Regional table.Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type ReplicaSpecification Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. replicaSpecifications(ReplicaSpecification... replicaSpecifications)The optional Amazon Web Services Region specific settings of a multi-Region table.RestoreTableRequest.BuilderRestoreTableRequest.Builder. replicaSpecifications(ReplicaSpecification... replicaSpecifications)The optional Region specific settings of a multi-Regional table.UpdateTableRequest.BuilderUpdateTableRequest.Builder. replicaSpecifications(ReplicaSpecification... replicaSpecifications)The Region specific settings of a multi-Regional table.Method parameters in software.amazon.awssdk.services.keyspaces.model with type arguments of type ReplicaSpecification Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. replicaSpecifications(Collection<ReplicaSpecification> replicaSpecifications)The optional Amazon Web Services Region specific settings of a multi-Region table.RestoreTableRequest.BuilderRestoreTableRequest.Builder. replicaSpecifications(Collection<ReplicaSpecification> replicaSpecifications)The optional Region specific settings of a multi-Regional table.UpdateTableRequest.BuilderUpdateTableRequest.Builder. replicaSpecifications(Collection<ReplicaSpecification> replicaSpecifications)The Region specific settings of a multi-Regional table.
-