| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
FileFormatType |
DatastoreSummary.fileFormatType()
The file format of the data in the data store.
|
static FileFormatType |
FileFormatType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FileFormatType |
FileFormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileFormatType[] |
FileFormatType.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<FileFormatType> |
FileFormatType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DatastoreSummary.Builder |
DatastoreSummary.Builder.fileFormatType(FileFormatType fileFormatType)
The file format of the data in the data store.
|
Copyright © 2023. All rights reserved.