| Package | Description |
|---|---|
| software.amazon.awssdk.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
static JobPrimaryStatus |
JobPrimaryStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
JobPrimaryStatus |
GetJobResponse.status()
The status of the Amazon Braket job.
|
JobPrimaryStatus |
JobSummary.status()
The status of the Amazon Braket job.
|
static JobPrimaryStatus |
JobPrimaryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobPrimaryStatus[] |
JobPrimaryStatus.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<JobPrimaryStatus> |
JobPrimaryStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetJobResponse.Builder |
GetJobResponse.Builder.status(JobPrimaryStatus status)
The status of the Amazon Braket job.
|
JobSummary.Builder |
JobSummary.Builder.status(JobPrimaryStatus status)
The status of the Amazon Braket job.
|
Copyright © 2023. All rights reserved.