Uses of Class
software.amazon.awssdk.services.keyspaces.model.ReplicaSpecificationSummary
-
Packages that use ReplicaSpecificationSummary Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of ReplicaSpecificationSummary in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type ReplicaSpecificationSummary Modifier and Type Method Description List<ReplicaSpecificationSummary>GetTableResponse. replicaSpecifications()Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated in.Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type ReplicaSpecificationSummary Modifier and Type Method Description GetTableResponse.BuilderGetTableResponse.Builder. replicaSpecifications(ReplicaSpecificationSummary... replicaSpecifications)Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated in.Method parameters in software.amazon.awssdk.services.keyspaces.model with type arguments of type ReplicaSpecificationSummary Modifier and Type Method Description GetTableResponse.BuilderGetTableResponse.Builder. replicaSpecifications(Collection<ReplicaSpecificationSummary> replicaSpecifications)Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated in.
-