Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TargetNetwork |
TargetNetwork.clone() |
TargetNetwork |
TargetNetwork.withAssociationId(String associationId)
The ID of the association.
|
TargetNetwork |
TargetNetwork.withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint with which the target network is associated.
|
TargetNetwork |
TargetNetwork.withSecurityGroups(Collection<String> securityGroups)
The IDs of the security groups applied to the target network association.
|
TargetNetwork |
TargetNetwork.withSecurityGroups(String... securityGroups)
The IDs of the security groups applied to the target network association.
|
TargetNetwork |
TargetNetwork.withStatus(AssociationStatus status)
The current state of the target network association.
|
TargetNetwork |
TargetNetwork.withTargetNetworkId(String targetNetworkId)
The ID of the subnet specified as the target network.
|
TargetNetwork |
TargetNetwork.withVpcId(String vpcId)
The ID of the VPC in which the target network (subnet) is located.
|
Modifier and Type | Method and Description |
---|---|
List<TargetNetwork> |
DescribeClientVpnTargetNetworksResult.getClientVpnTargetNetworks()
Information about the associated target networks.
|
Modifier and Type | Method and Description |
---|---|
DescribeClientVpnTargetNetworksResult |
DescribeClientVpnTargetNetworksResult.withClientVpnTargetNetworks(TargetNetwork... clientVpnTargetNetworks)
Information about the associated target networks.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClientVpnTargetNetworksResult.setClientVpnTargetNetworks(Collection<TargetNetwork> clientVpnTargetNetworks)
Information about the associated target networks.
|
DescribeClientVpnTargetNetworksResult |
DescribeClientVpnTargetNetworksResult.withClientVpnTargetNetworks(Collection<TargetNetwork> clientVpnTargetNetworks)
Information about the associated target networks.
|
Copyright © 2021. All rights reserved.