| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
DatastoreStatus |
DatastoreSummary.status()
The status of the data store.
|
DatastoreStatus |
Datastore.status()
The status of a data store:
|
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 |
|---|---|
DatastoreSummary.Builder |
DatastoreSummary.Builder.status(DatastoreStatus status)
The status of the data store.
|
Datastore.Builder |
Datastore.Builder.status(DatastoreStatus status)
The status of a data store:
|
Copyright © 2023. All rights reserved.