Uses of Class
software.amazon.awssdk.services.healthlake.model.DatastoreStatus
-
Packages that use DatastoreStatus Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of DatastoreStatus in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return DatastoreStatus Modifier and Type Method Description DatastoreStatusCreateFhirDatastoreResponse. datastoreStatus()The status of the FHIR data store.DatastoreStatusDatastoreFilter. datastoreStatus()Allows the user to filter data store results by status.DatastoreStatusDatastoreProperties. datastoreStatus()The status of the data store.DatastoreStatusDeleteFhirDatastoreResponse. datastoreStatus()The status of the data store that the user has requested to be deleted.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.healthlake.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.healthlake.model with parameters of type DatastoreStatus Modifier and Type Method Description CreateFhirDatastoreResponse.BuilderCreateFhirDatastoreResponse.Builder. datastoreStatus(DatastoreStatus datastoreStatus)The status of the FHIR data store.DatastoreFilter.BuilderDatastoreFilter.Builder. datastoreStatus(DatastoreStatus datastoreStatus)Allows the user to filter data store results by status.DatastoreProperties.BuilderDatastoreProperties.Builder. datastoreStatus(DatastoreStatus datastoreStatus)The status of the data store.DeleteFhirDatastoreResponse.BuilderDeleteFhirDatastoreResponse.Builder. datastoreStatus(DatastoreStatus datastoreStatus)The status of the data store that the user has requested to be deleted.
-