| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
static SourceType |
SourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SourceType |
CreateChangesetRequest.sourceType()
Type of the data source from which the files to create the changeset will be sourced.
|
SourceType |
ChangesetInfo.sourceType()
Type of the data source from which the files to create the changeset are sourced.
|
static SourceType |
SourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceType[] |
SourceType.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<SourceType> |
SourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateChangesetRequest.Builder |
CreateChangesetRequest.Builder.sourceType(SourceType sourceType)
Type of the data source from which the files to create the changeset will be sourced.
|
ChangesetInfo.Builder |
ChangesetInfo.Builder.sourceType(SourceType sourceType)
Type of the data source from which the files to create the changeset are sourced.
|
Copyright © 2021. All rights reserved.