| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
FormatType |
CreateChangesetRequest.formatType()
Format type of the input files being loaded into the changeset.
|
FormatType |
ChangesetInfo.formatType()
Format type of the input files loaded into the changeset.
|
static FormatType |
FormatType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FormatType |
FormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatType[] |
FormatType.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<FormatType> |
FormatType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateChangesetRequest.Builder |
CreateChangesetRequest.Builder.formatType(FormatType formatType)
Format type of the input files being loaded into the changeset.
|
ChangesetInfo.Builder |
ChangesetInfo.Builder.formatType(FormatType formatType)
Format type of the input files loaded into the changeset.
|
Copyright © 2021. All rights reserved.