Uses of Class
software.amazon.awssdk.services.ec2.model.TargetNetwork
-
Packages that use TargetNetwork Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of TargetNetwork in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TargetNetwork Modifier and Type Method Description List<TargetNetwork>DescribeClientVpnTargetNetworksResponse. clientVpnTargetNetworks()Information about the associated target networks.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TargetNetwork Modifier and Type Method Description DescribeClientVpnTargetNetworksResponse.BuilderDescribeClientVpnTargetNetworksResponse.Builder. clientVpnTargetNetworks(TargetNetwork... clientVpnTargetNetworks)Information about the associated target networks.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TargetNetwork Modifier and Type Method Description DescribeClientVpnTargetNetworksResponse.BuilderDescribeClientVpnTargetNetworksResponse.Builder. clientVpnTargetNetworks(Collection<TargetNetwork> clientVpnTargetNetworks)Information about the associated target networks. -
Uses of TargetNetwork in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type TargetNetwork Modifier and Type Method Description SdkIterable<TargetNetwork>DescribeClientVpnTargetNetworksIterable. clientVpnTargetNetworks()Returns an iterable to iterate through the paginatedDescribeClientVpnTargetNetworksResponse.clientVpnTargetNetworks()member.SdkPublisher<TargetNetwork>DescribeClientVpnTargetNetworksPublisher. clientVpnTargetNetworks()Returns a publisher that can be used to get a stream of data.
-