Uses of Class
software.amazon.awssdk.services.ec2.model.TargetNetwork
Packages that use TargetNetwork
Package
Description
-
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 TargetNetworkModifier and TypeMethodDescriptionfinal List<TargetNetwork>DescribeClientVpnTargetNetworksResponse.clientVpnTargetNetworks()Information about the associated target networks.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TargetNetworkModifier and TypeMethodDescriptionDescribeClientVpnTargetNetworksResponse.Builder.clientVpnTargetNetworks(TargetNetwork... clientVpnTargetNetworks) Information about the associated target networks.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TargetNetworkModifier and TypeMethodDescriptionDescribeClientVpnTargetNetworksResponse.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 TargetNetworkModifier and TypeMethodDescriptionfinal SdkIterable<TargetNetwork>DescribeClientVpnTargetNetworksIterable.clientVpnTargetNetworks()Returns an iterable to iterate through the paginatedDescribeClientVpnTargetNetworksResponse.clientVpnTargetNetworks()member.final SdkPublisher<TargetNetwork>DescribeClientVpnTargetNetworksPublisher.clientVpnTargetNetworks()Returns a publisher that can be used to get a stream of data.