| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static PathPrefix |
PathPrefix.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static PathPrefix |
PathPrefix.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathPrefix[] |
PathPrefix.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<PathPrefix> |
PathPrefix.knownValues()
|
List<PathPrefix> |
PrefixConfig.pathPrefixHierarchy()
Specifies whether the destination file path includes either or both of the following elements:
|
| Modifier and Type | Method and Description |
|---|---|
PrefixConfig.Builder |
PrefixConfig.Builder.pathPrefixHierarchy(PathPrefix... pathPrefixHierarchy)
Specifies whether the destination file path includes either or both of the following elements:
|
| Modifier and Type | Method and Description |
|---|---|
PrefixConfig.Builder |
PrefixConfig.Builder.pathPrefixHierarchy(Collection<PathPrefix> pathPrefixHierarchy)
Specifies whether the destination file path includes either or both of the following elements:
|
Copyright © 2023. All rights reserved.