| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
static IngestionStatus |
IngestionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IngestionStatus |
ChangesetSummary.status()
Status of the Changeset ingestion.
|
IngestionStatus |
GetChangesetResponse.status()
The status of Changeset creation operation.
|
static IngestionStatus |
IngestionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestionStatus[] |
IngestionStatus.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<IngestionStatus> |
IngestionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ChangesetSummary.Builder |
ChangesetSummary.Builder.status(IngestionStatus status)
Status of the Changeset ingestion.
|
GetChangesetResponse.Builder |
GetChangesetResponse.Builder.status(IngestionStatus status)
The status of Changeset creation operation.
|
Copyright © 2023. All rights reserved.