| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static IngestionJobStatus |
IngestionJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IngestionJobStatus |
DescribeDataIngestionJobResponse.status()
Indicates the status of the
DataIngestionJob operation. |
IngestionJobStatus |
ListDataIngestionJobsRequest.status()
Indicates the status of the data ingestion job.
|
IngestionJobStatus |
StartDataIngestionJobResponse.status()
Indicates the status of the
StartDataIngestionJob operation. |
IngestionJobStatus |
DataIngestionJobSummary.status()
Indicates the status of the data ingestion job.
|
static IngestionJobStatus |
IngestionJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestionJobStatus[] |
IngestionJobStatus.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<IngestionJobStatus> |
IngestionJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDataIngestionJobResponse.Builder |
DescribeDataIngestionJobResponse.Builder.status(IngestionJobStatus status)
Indicates the status of the
DataIngestionJob operation. |
ListDataIngestionJobsRequest.Builder |
ListDataIngestionJobsRequest.Builder.status(IngestionJobStatus status)
Indicates the status of the data ingestion job.
|
StartDataIngestionJobResponse.Builder |
StartDataIngestionJobResponse.Builder.status(IngestionJobStatus status)
Indicates the status of the
StartDataIngestionJob operation. |
DataIngestionJobSummary.Builder |
DataIngestionJobSummary.Builder.status(IngestionJobStatus status)
Indicates the status of the data ingestion job.
|
Copyright © 2022. All rights reserved.