Uses of Class
software.amazon.awssdk.services.finspacedata.model.IngestionStatus
-
Packages that use IngestionStatus Package Description software.amazon.awssdk.services.finspacedata.model -
-
Uses of IngestionStatus in software.amazon.awssdk.services.finspacedata.model
Methods in software.amazon.awssdk.services.finspacedata.model that return IngestionStatus Modifier and Type Method Description static IngestionStatusIngestionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IngestionStatusChangesetSummary. status()Status of the Changeset ingestion.IngestionStatusGetChangesetResponse. status()The status of Changeset creation operation.static IngestionStatusIngestionStatus. 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.Methods in software.amazon.awssdk.services.finspacedata.model that return types with arguments of type IngestionStatus Modifier and Type Method Description static Set<IngestionStatus>IngestionStatus. knownValues()Methods in software.amazon.awssdk.services.finspacedata.model with parameters of type IngestionStatus Modifier and Type Method Description ChangesetSummary.BuilderChangesetSummary.Builder. status(IngestionStatus status)Status of the Changeset ingestion.GetChangesetResponse.BuilderGetChangesetResponse.Builder. status(IngestionStatus status)The status of Changeset creation operation.
-