| Package | Description |
|---|---|
| software.amazon.awssdk.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
DatastoreStatus |
DatastoreFilter.datastoreStatus()
Allows the user to filter Data Store results by status.
|
DatastoreStatus |
CreateFhirDatastoreResponse.datastoreStatus()
The status of the FHIR Data Store.
|
DatastoreStatus |
DatastoreProperties.datastoreStatus()
The status of the Data Store.
|
DatastoreStatus |
DeleteFhirDatastoreResponse.datastoreStatus()
The status of the Data Store that the user has requested to be deleted.
|
static DatastoreStatus |
DatastoreStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DatastoreStatus |
DatastoreStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DatastoreStatus> |
DatastoreStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DatastoreFilter.Builder |
DatastoreFilter.Builder.datastoreStatus(DatastoreStatus datastoreStatus)
Allows the user to filter Data Store results by status.
|
CreateFhirDatastoreResponse.Builder |
CreateFhirDatastoreResponse.Builder.datastoreStatus(DatastoreStatus datastoreStatus)
The status of the FHIR Data Store.
|
DatastoreProperties.Builder |
DatastoreProperties.Builder.datastoreStatus(DatastoreStatus datastoreStatus)
The status of the Data Store.
|
DeleteFhirDatastoreResponse.Builder |
DeleteFhirDatastoreResponse.Builder.datastoreStatus(DatastoreStatus datastoreStatus)
The status of the Data Store that the user has requested to be deleted.
|
Copyright © 2023. All rights reserved.