Uses of Class
software.amazon.awssdk.services.networkmanager.model.AWSLocation
-
Packages that use AWSLocation Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of AWSLocation in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return AWSLocation Modifier and Type Method Description AWSLocationCreateDeviceRequest. awsLocation()The Amazon Web Services location of the device, if applicable.AWSLocationDevice. awsLocation()The Amazon Web Services location of the device.AWSLocationUpdateDeviceRequest. awsLocation()The Amazon Web Services location of the device, if applicable.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type AWSLocation Modifier and Type Method Description CreateDeviceRequest.BuilderCreateDeviceRequest.Builder. awsLocation(AWSLocation awsLocation)The Amazon Web Services location of the device, if applicable.Device.BuilderDevice.Builder. awsLocation(AWSLocation awsLocation)The Amazon Web Services location of the device.UpdateDeviceRequest.BuilderUpdateDeviceRequest.Builder. awsLocation(AWSLocation awsLocation)The Amazon Web Services location of the device, if applicable.
-