Uses of Class
software.amazon.awssdk.services.keyspaces.model.ReplicationGroupStatus
-
Packages that use ReplicationGroupStatus Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of ReplicationGroupStatus in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type ReplicationGroupStatus Modifier and Type Method Description List<ReplicationGroupStatus>GetKeyspaceResponse. replicationGroupStatuses()A list of all Regions the keyspace is replicated in after the update keyspace operation and their status.Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type ReplicationGroupStatus Modifier and Type Method Description GetKeyspaceResponse.BuilderGetKeyspaceResponse.Builder. replicationGroupStatuses(ReplicationGroupStatus... replicationGroupStatuses)A list of all Regions the keyspace is replicated in after the update keyspace operation and their status.Method parameters in software.amazon.awssdk.services.keyspaces.model with type arguments of type ReplicationGroupStatus Modifier and Type Method Description GetKeyspaceResponse.BuilderGetKeyspaceResponse.Builder. replicationGroupStatuses(Collection<ReplicationGroupStatus> replicationGroupStatuses)A list of all Regions the keyspace is replicated in after the update keyspace operation and their status.
-