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