Uses of Interface
software.amazon.awssdk.services.networkmanager.model.AWSLocation.Builder
-
Packages that use AWSLocation.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of AWSLocation.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return AWSLocation.Builder Modifier and Type Method Description static AWSLocation.BuilderAWSLocation. builder()AWSLocation.BuilderAWSLocation.Builder. subnetArn(String subnetArn)The Amazon Resource Name (ARN) of the subnet that the device is located in.AWSLocation.BuilderAWSLocation. toBuilder()AWSLocation.BuilderAWSLocation.Builder. zone(String zone)The Zone that the device is located in.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type AWSLocation.Builder Modifier and Type Method Description static Class<? extends AWSLocation.Builder>AWSLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type AWSLocation.Builder Modifier and Type Method Description default CreateDeviceRequest.BuilderCreateDeviceRequest.Builder. awsLocation(Consumer<AWSLocation.Builder> awsLocation)The Amazon Web Services location of the device, if applicable.default Device.BuilderDevice.Builder. awsLocation(Consumer<AWSLocation.Builder> awsLocation)The Amazon Web Services location of the device.default UpdateDeviceRequest.BuilderUpdateDeviceRequest.Builder. awsLocation(Consumer<AWSLocation.Builder> awsLocation)The Amazon Web Services location of the device, if applicable.
-