| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.clone() |
Location |
Device.getLocation()
The site location.
|
Location |
UpdateSiteRequest.getLocation()
The site location:
|
Location |
CreateSiteRequest.getLocation()
The site location.
|
Location |
UpdateDeviceRequest.getLocation() |
Location |
Site.getLocation()
The location of the site.
|
Location |
CreateDeviceRequest.getLocation()
The location of the device.
|
Location |
Location.withAddress(String address)
The physical address.
|
Location |
Location.withLatitude(String latitude)
The latitude.
|
Location |
Location.withLongitude(String longitude)
The longitude.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Device.setLocation(Location location)
The site location.
|
void |
UpdateSiteRequest.setLocation(Location location)
The site location:
|
void |
CreateSiteRequest.setLocation(Location location)
The site location.
|
void |
UpdateDeviceRequest.setLocation(Location location) |
void |
Site.setLocation(Location location)
The location of the site.
|
void |
CreateDeviceRequest.setLocation(Location location)
The location of the device.
|
Device |
Device.withLocation(Location location)
The site location.
|
UpdateSiteRequest |
UpdateSiteRequest.withLocation(Location location)
The site location:
|
CreateSiteRequest |
CreateSiteRequest.withLocation(Location location)
The site location.
|
UpdateDeviceRequest |
UpdateDeviceRequest.withLocation(Location location) |
Site |
Site.withLocation(Location location)
The location of the site.
|
CreateDeviceRequest |
CreateDeviceRequest.withLocation(Location location)
The location of the device.
|
Copyright © 2021. All rights reserved.