| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<AssociatedTargetNetwork> |
ClientVpnEndpoint.associatedTargetNetworks()
Deprecated.
This property is deprecated. To view the target networks associated with a Client VPN endpoint, call
DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.
|
| Modifier and Type | Method and Description |
|---|---|
ClientVpnEndpoint.Builder |
ClientVpnEndpoint.Builder.associatedTargetNetworks(AssociatedTargetNetwork... associatedTargetNetworks)
Deprecated.
This property is deprecated. To view the target networks associated with a Client VPN endpoint,
call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.
|
| Modifier and Type | Method and Description |
|---|---|
ClientVpnEndpoint.Builder |
ClientVpnEndpoint.Builder.associatedTargetNetworks(Collection<AssociatedTargetNetwork> associatedTargetNetworks)
Deprecated.
This property is deprecated. To view the target networks associated with a Client VPN endpoint,
call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.
|
Copyright © 2021. All rights reserved.