Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.IngestionJobStatus
-
Packages that use IngestionJobStatus Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of IngestionJobStatus in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return IngestionJobStatus Modifier and Type Method Description static IngestionJobStatusIngestionJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IngestionJobStatusDataIngestionJobSummary. status()Indicates the status of the data ingestion job.IngestionJobStatusDescribeDataIngestionJobResponse. status()Indicates the status of theDataIngestionJoboperation.IngestionJobStatusListDataIngestionJobsRequest. status()Indicates the status of the data ingestion job.IngestionJobStatusStartDataIngestionJobResponse. status()Indicates the status of theStartDataIngestionJoboperation.static IngestionJobStatusIngestionJobStatus. 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.Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type IngestionJobStatus Modifier and Type Method Description static Set<IngestionJobStatus>IngestionJobStatus. knownValues()Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type IngestionJobStatus Modifier and Type Method Description DataIngestionJobSummary.BuilderDataIngestionJobSummary.Builder. status(IngestionJobStatus status)Indicates the status of the data ingestion job.DescribeDataIngestionJobResponse.BuilderDescribeDataIngestionJobResponse.Builder. status(IngestionJobStatus status)Indicates the status of theDataIngestionJoboperation.ListDataIngestionJobsRequest.BuilderListDataIngestionJobsRequest.Builder. status(IngestionJobStatus status)Indicates the status of the data ingestion job.StartDataIngestionJobResponse.BuilderStartDataIngestionJobResponse.Builder. status(IngestionJobStatus status)Indicates the status of theStartDataIngestionJoboperation.
-