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