| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
FileType |
UpsolverS3OutputFormatConfig.fileType()
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
|
FileType |
S3OutputFormatConfig.fileType()
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
|
static FileType |
FileType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FileType |
FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.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<FileType> |
FileType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpsolverS3OutputFormatConfig.Builder |
UpsolverS3OutputFormatConfig.Builder.fileType(FileType fileType)
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
|
S3OutputFormatConfig.Builder |
S3OutputFormatConfig.Builder.fileType(FileType fileType)
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
|
Copyright © 2022. All rights reserved.