| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model | |
| software.amazon.awssdk.services.networkmanager.paginators |
| Modifier and Type | Method and Description |
|---|---|
Device |
CreateDeviceResponse.device()
Information about the device.
|
Device |
UpdateDeviceResponse.device()
Information about the device.
|
Device |
DeleteDeviceResponse.device()
Information about the device.
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
GetDevicesResponse.devices()
The devices.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeviceResponse.Builder |
CreateDeviceResponse.Builder.device(Device device)
Information about the device.
|
UpdateDeviceResponse.Builder |
UpdateDeviceResponse.Builder.device(Device device)
Information about the device.
|
DeleteDeviceResponse.Builder |
DeleteDeviceResponse.Builder.device(Device device)
Information about the device.
|
GetDevicesResponse.Builder |
GetDevicesResponse.Builder.devices(Device... devices)
The devices.
|
| Modifier and Type | Method and Description |
|---|---|
GetDevicesResponse.Builder |
GetDevicesResponse.Builder.devices(Collection<Device> devices)
The devices.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Device> |
GetDevicesPublisher.devices()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Device> |
GetDevicesIterable.devices()
Returns an iterable to iterate through the paginated
GetDevicesResponse.devices() member. |
Copyright © 2023. All rights reserved.