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