Uses of Class
software.amazon.awssdk.services.keyspaces.model.KeyspaceStatus
-
Packages that use KeyspaceStatus Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of KeyspaceStatus in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return KeyspaceStatus Modifier and Type Method Description static KeyspaceStatusKeyspaceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyspaceStatusReplicationGroupStatus. keyspaceStatus()The status of the keyspace.static KeyspaceStatusKeyspaceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyspaceStatus[]KeyspaceStatus. 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 KeyspaceStatus Modifier and Type Method Description static Set<KeyspaceStatus>KeyspaceStatus. knownValues()Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type KeyspaceStatus Modifier and Type Method Description ReplicationGroupStatus.BuilderReplicationGroupStatus.Builder. keyspaceStatus(KeyspaceStatus keyspaceStatus)The status of the keyspace.
-