Uses of Class
software.amazon.awssdk.services.networkmanager.model.Location
-
Packages that use Location Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of Location in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return Location Modifier and Type Method Description LocationCreateDeviceRequest. location()The location of the device.LocationCreateSiteRequest. location()The site location.LocationDevice. location()The site location.LocationSite. location()The location of the site.LocationUpdateDeviceRequest. location()Returns the value of the Location property for this object.LocationUpdateSiteRequest. location()The site location:Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type Location Modifier and Type Method Description CreateDeviceRequest.BuilderCreateDeviceRequest.Builder. location(Location location)The location of the device.CreateSiteRequest.BuilderCreateSiteRequest.Builder. location(Location location)The site location.Device.BuilderDevice.Builder. location(Location location)The site location.Site.BuilderSite.Builder. location(Location location)The location of the site.UpdateDeviceRequest.BuilderUpdateDeviceRequest.Builder. location(Location location)Sets the value of the Location property for this object.UpdateSiteRequest.BuilderUpdateSiteRequest.Builder. location(Location location)The site location:
-