| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
AWSLocation |
AWSLocation.clone() |
AWSLocation |
Device.getAWSLocation()
The Amazon Web Services location of the device.
|
AWSLocation |
UpdateDeviceRequest.getAWSLocation()
The Amazon Web Services location of the device, if applicable.
|
AWSLocation |
CreateDeviceRequest.getAWSLocation()
The Amazon Web Services location of the device, if applicable.
|
AWSLocation |
AWSLocation.withSubnetArn(String subnetArn)
The Amazon Resource Name (ARN) of the subnet that the device is located in.
|
AWSLocation |
AWSLocation.withZone(String zone)
The Zone that the device is located in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Device.setAWSLocation(AWSLocation aWSLocation)
The Amazon Web Services location of the device.
|
void |
UpdateDeviceRequest.setAWSLocation(AWSLocation aWSLocation)
The Amazon Web Services location of the device, if applicable.
|
void |
CreateDeviceRequest.setAWSLocation(AWSLocation aWSLocation)
The Amazon Web Services location of the device, if applicable.
|
Device |
Device.withAWSLocation(AWSLocation aWSLocation)
The Amazon Web Services location of the device.
|
UpdateDeviceRequest |
UpdateDeviceRequest.withAWSLocation(AWSLocation aWSLocation)
The Amazon Web Services location of the device, if applicable.
|
CreateDeviceRequest |
CreateDeviceRequest.withAWSLocation(AWSLocation aWSLocation)
The Amazon Web Services location of the device, if applicable.
|
Copyright © 2023. All rights reserved.