| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static AWSLocation.Builder |
AWSLocation.builder() |
AWSLocation.Builder |
AWSLocation.Builder.subnetArn(String subnetArn)
The Amazon Resource Name (ARN) of the subnet that the device is located in.
|
AWSLocation.Builder |
AWSLocation.toBuilder() |
AWSLocation.Builder |
AWSLocation.Builder.zone(String zone)
The Zone that the device is located in.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AWSLocation.Builder> |
AWSLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateDeviceRequest.Builder |
UpdateDeviceRequest.Builder.awsLocation(Consumer<AWSLocation.Builder> awsLocation)
The Amazon Web Services location of the device, if applicable.
|
default CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.awsLocation(Consumer<AWSLocation.Builder> awsLocation)
The Amazon Web Services location of the device, if applicable.
|
default Device.Builder |
Device.Builder.awsLocation(Consumer<AWSLocation.Builder> awsLocation)
The Amazon Web Services location of the device.
|
Copyright © 2023. All rights reserved.