| Package | Description |
|---|---|
| com.amazonaws.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceSummary |
DeviceSummary.clone() |
DeviceSummary |
DeviceSummary.withDeviceArn(String deviceArn)
The ARN of the device.
|
DeviceSummary |
DeviceSummary.withDeviceName(String deviceName)
The name of the device.
|
DeviceSummary |
DeviceSummary.withDeviceStatus(DeviceStatus deviceStatus)
The status of the device.
|
DeviceSummary |
DeviceSummary.withDeviceStatus(String deviceStatus)
The status of the device.
|
DeviceSummary |
DeviceSummary.withDeviceType(DeviceType deviceType)
The type of the device.
|
DeviceSummary |
DeviceSummary.withDeviceType(String deviceType)
The type of the device.
|
DeviceSummary |
DeviceSummary.withProviderName(String providerName)
The provider of the device.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceSummary> |
SearchDevicesResult.getDevices()
An array of
DeviceSummary objects for devices that match the specified filter values. |
| Modifier and Type | Method and Description |
|---|---|
SearchDevicesResult |
SearchDevicesResult.withDevices(DeviceSummary... devices)
An array of
DeviceSummary objects for devices that match the specified filter values. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchDevicesResult.setDevices(Collection<DeviceSummary> devices)
An array of
DeviceSummary objects for devices that match the specified filter values. |
SearchDevicesResult |
SearchDevicesResult.withDevices(Collection<DeviceSummary> devices)
An array of
DeviceSummary objects for devices that match the specified filter values. |
Copyright © 2023. All rights reserved.