| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static DataTransferApiType |
DataTransferApiType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataTransferApiType |
DataTransferApi.type()
You can specify one of the following types:
|
static DataTransferApiType |
DataTransferApiType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTransferApiType[] |
DataTransferApiType.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<DataTransferApiType> |
DataTransferApiType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DataTransferApi.Builder |
DataTransferApi.Builder.type(DataTransferApiType type)
You can specify one of the following types:
|
Copyright © 2023. All rights reserved.