Uses of Class
software.amazon.awssdk.services.ec2.model.ApplySecurityGroupsToClientVpnTargetNetworkResponse
Packages that use ApplySecurityGroupsToClientVpnTargetNetworkResponse
-
Uses of ApplySecurityGroupsToClientVpnTargetNetworkResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ApplySecurityGroupsToClientVpnTargetNetworkResponseModifier and TypeMethodDescriptionEc2Client.applySecurityGroupsToClientVpnTargetNetwork(Consumer<ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder> applySecurityGroupsToClientVpnTargetNetworkRequest) Applies a security group to the association between the target network and the Client VPN endpoint.Ec2Client.applySecurityGroupsToClientVpnTargetNetwork(ApplySecurityGroupsToClientVpnTargetNetworkRequest applySecurityGroupsToClientVpnTargetNetworkRequest) Applies a security group to the association between the target network and the Client VPN endpoint.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ApplySecurityGroupsToClientVpnTargetNetworkResponseModifier and TypeMethodDescriptionEc2AsyncClient.applySecurityGroupsToClientVpnTargetNetwork(Consumer<ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder> applySecurityGroupsToClientVpnTargetNetworkRequest) Applies a security group to the association between the target network and the Client VPN endpoint.Ec2AsyncClient.applySecurityGroupsToClientVpnTargetNetwork(ApplySecurityGroupsToClientVpnTargetNetworkRequest applySecurityGroupsToClientVpnTargetNetworkRequest) Applies a security group to the association between the target network and the Client VPN endpoint.