Uses of Class
software.amazon.awssdk.services.iotanalytics.model.DatastoreStatus
-
Packages that use DatastoreStatus Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of DatastoreStatus in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return DatastoreStatus Modifier and Type Method Description static DatastoreStatusDatastoreStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DatastoreStatusDatastore. status()The status of a data store:DatastoreStatusDatastoreSummary. status()The status of the data store.static DatastoreStatusDatastoreStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DatastoreStatus[]DatastoreStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type DatastoreStatus Modifier and Type Method Description static Set<DatastoreStatus>DatastoreStatus. knownValues()Methods in software.amazon.awssdk.services.iotanalytics.model with parameters of type DatastoreStatus Modifier and Type Method Description Datastore.BuilderDatastore.Builder. status(DatastoreStatus status)The status of a data store:DatastoreSummary.BuilderDatastoreSummary.Builder. status(DatastoreStatus status)The status of the data store.
-