| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotJobStatus |
SnapshotJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SnapshotJobStatus |
DescribeDashboardSnapshotJobResultResponse.jobStatus()
Indicates the status of a job after it has reached a terminal state.
|
SnapshotJobStatus |
DescribeDashboardSnapshotJobResponse.jobStatus()
Indicates the status of a job.
|
static SnapshotJobStatus |
SnapshotJobStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SnapshotJobStatus> |
SnapshotJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDashboardSnapshotJobResultResponse.Builder |
DescribeDashboardSnapshotJobResultResponse.Builder.jobStatus(SnapshotJobStatus jobStatus)
Indicates the status of a job after it has reached a terminal state.
|
DescribeDashboardSnapshotJobResponse.Builder |
DescribeDashboardSnapshotJobResponse.Builder.jobStatus(SnapshotJobStatus jobStatus)
Indicates the status of a job.
|
Copyright © 2023. All rights reserved.