| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.clone() |
Device |
UpdateDeviceResult.getDevice()
Information about the device.
|
Device |
DeleteDeviceResult.getDevice()
Information about the device.
|
Device |
CreateDeviceResult.getDevice()
Information about the device.
|
Device |
Device.withAWSLocation(AWSLocation aWSLocation)
The Amazon Web Services location of the device.
|
Device |
Device.withCreatedAt(Date createdAt)
The date and time that the site was created.
|
Device |
Device.withDescription(String description)
The description of the device.
|
Device |
Device.withDeviceArn(String deviceArn)
The Amazon Resource Name (ARN) of the device.
|
Device |
Device.withDeviceId(String deviceId)
The ID of the device.
|
Device |
Device.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
Device |
Device.withLocation(Location location)
The site location.
|
Device |
Device.withModel(String model)
The device model.
|
Device |
Device.withSerialNumber(String serialNumber)
The device serial number.
|
Device |
Device.withSiteId(String siteId)
The site ID.
|
Device |
Device.withState(DeviceState state)
The device state.
|
Device |
Device.withState(String state)
The device state.
|
Device |
Device.withTags(Collection<Tag> tags)
The tags for the device.
|
Device |
Device.withTags(Tag... tags)
The tags for the device.
|
Device |
Device.withType(String type)
The device type.
|
Device |
Device.withVendor(String vendor)
The device vendor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
GetDevicesResult.getDevices()
The devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDeviceResult.setDevice(Device device)
Information about the device.
|
void |
DeleteDeviceResult.setDevice(Device device)
Information about the device.
|
void |
CreateDeviceResult.setDevice(Device device)
Information about the device.
|
UpdateDeviceResult |
UpdateDeviceResult.withDevice(Device device)
Information about the device.
|
DeleteDeviceResult |
DeleteDeviceResult.withDevice(Device device)
Information about the device.
|
CreateDeviceResult |
CreateDeviceResult.withDevice(Device device)
Information about the device.
|
GetDevicesResult |
GetDevicesResult.withDevices(Device... devices)
The devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDevicesResult.setDevices(Collection<Device> devices)
The devices.
|
GetDevicesResult |
GetDevicesResult.withDevices(Collection<Device> devices)
The devices.
|
Copyright © 2023. All rights reserved.