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