Uses of Class
software.amazon.awssdk.services.finspace.model.ChangesetStatus
-
Packages that use ChangesetStatus Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of ChangesetStatus in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return ChangesetStatus Modifier and Type Method Description static ChangesetStatusChangesetStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChangesetStatusCreateKxChangesetResponse. status()Status of the changeset creation process.ChangesetStatusGetKxChangesetResponse. status()Status of the changeset creation process.ChangesetStatusKxChangesetListEntry. status()Status of the changeset.static ChangesetStatusChangesetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangesetStatus[]ChangesetStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type ChangesetStatus Modifier and Type Method Description static Set<ChangesetStatus>ChangesetStatus. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type ChangesetStatus Modifier and Type Method Description CreateKxChangesetResponse.BuilderCreateKxChangesetResponse.Builder. status(ChangesetStatus status)Status of the changeset creation process.GetKxChangesetResponse.BuilderGetKxChangesetResponse.Builder. status(ChangesetStatus status)Status of the changeset creation process.KxChangesetListEntry.BuilderKxChangesetListEntry.Builder. status(ChangesetStatus status)Status of the changeset.
-