| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
static ExportDataFormat |
ExportDataFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ExportDataFormat |
ExportDataFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportDataFormat[] |
ExportDataFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportDataFormat> |
StartExportTaskRequest.exportDataFormat()
The file format for the returned export data.
|
static Set<ExportDataFormat> |
ExportDataFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartExportTaskRequest.Builder |
StartExportTaskRequest.Builder.exportDataFormat(ExportDataFormat... exportDataFormat)
The file format for the returned export data.
|
| Modifier and Type | Method and Description |
|---|---|
StartExportTaskRequest.Builder |
StartExportTaskRequest.Builder.exportDataFormat(Collection<ExportDataFormat> exportDataFormat)
The file format for the returned export data.
|
Copyright © 2021. All rights reserved.