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