Uses of Class
software.amazon.awssdk.services.quicksight.model.SnapshotJobStatus
-
Packages that use SnapshotJobStatus Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotJobStatus in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SnapshotJobStatus Modifier and Type Method Description static SnapshotJobStatusSnapshotJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SnapshotJobStatusDescribeDashboardSnapshotJobResponse. jobStatus()Indicates the status of a job.SnapshotJobStatusDescribeDashboardSnapshotJobResultResponse. jobStatus()Indicates the status of a job after it has reached a terminal state.static SnapshotJobStatusSnapshotJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SnapshotJobStatus[]SnapshotJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotJobStatus Modifier and Type Method Description static Set<SnapshotJobStatus>SnapshotJobStatus. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SnapshotJobStatus Modifier and Type Method Description DescribeDashboardSnapshotJobResponse.BuilderDescribeDashboardSnapshotJobResponse.Builder. jobStatus(SnapshotJobStatus jobStatus)Indicates the status of a job.DescribeDashboardSnapshotJobResultResponse.BuilderDescribeDashboardSnapshotJobResultResponse.Builder. jobStatus(SnapshotJobStatus jobStatus)Indicates the status of a job after it has reached a terminal state.
-