Uses of Class
software.amazon.awssdk.services.keyspaces.model.Rs
-
Packages that use Rs Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of Rs in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return Rs Modifier and Type Method Description static RsRs. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RsGetKeyspaceResponse. replicationStrategy()Returns the replication strategy of the keyspace.RsKeyspaceSummary. replicationStrategy()This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.RsReplicationSpecification. replicationStrategy()ThereplicationStrategyof a keyspace, the required value isSINGLE_REGIONorMULTI_REGION.static RsRs. valueOf(String name)Returns the enum constant of this type with the specified name.static Rs[]Rs. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type Rs Modifier and Type Method Description static Set<Rs>Rs. knownValues()Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type Rs Modifier and Type Method Description GetKeyspaceResponse.BuilderGetKeyspaceResponse.Builder. replicationStrategy(Rs replicationStrategy)Returns the replication strategy of the keyspace.KeyspaceSummary.BuilderKeyspaceSummary.Builder. replicationStrategy(Rs replicationStrategy)This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.ReplicationSpecification.BuilderReplicationSpecification.Builder. replicationStrategy(Rs replicationStrategy)ThereplicationStrategyof a keyspace, the required value isSINGLE_REGIONorMULTI_REGION.
-