Uses of Class
software.amazon.awssdk.services.medicalimaging.model.DatastoreStatus
-
Packages that use DatastoreStatus Package Description software.amazon.awssdk.services.medicalimaging.model -
-
Uses of DatastoreStatus in software.amazon.awssdk.services.medicalimaging.model
Methods in software.amazon.awssdk.services.medicalimaging.model that return DatastoreStatus Modifier and Type Method Description DatastoreStatusCreateDatastoreResponse. datastoreStatus()The data store status.DatastoreStatusDatastoreProperties. datastoreStatus()The data store status.DatastoreStatusDatastoreSummary. datastoreStatus()The data store status.DatastoreStatusDeleteDatastoreResponse. datastoreStatus()The data store status.DatastoreStatusListDatastoresRequest. datastoreStatus()The data store status.static DatastoreStatusDatastoreStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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.medicalimaging.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.medicalimaging.model with parameters of type DatastoreStatus Modifier and Type Method Description CreateDatastoreResponse.BuilderCreateDatastoreResponse.Builder. datastoreStatus(DatastoreStatus datastoreStatus)The data store status.DatastoreProperties.BuilderDatastoreProperties.Builder. datastoreStatus(DatastoreStatus datastoreStatus)The data store status.DatastoreSummary.BuilderDatastoreSummary.Builder. datastoreStatus(DatastoreStatus datastoreStatus)The data store status.DeleteDatastoreResponse.BuilderDeleteDatastoreResponse.Builder. datastoreStatus(DatastoreStatus datastoreStatus)The data store status.ListDatastoresRequest.BuilderListDatastoresRequest.Builder. datastoreStatus(DatastoreStatus datastoreStatus)The data store status.
-