Uses of Class
software.amazon.awssdk.services.ec2.model.AuthorizeClientVpnIngressResponse
Packages that use AuthorizeClientVpnIngressResponse
-
Uses of AuthorizeClientVpnIngressResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AuthorizeClientVpnIngressResponseModifier and TypeMethodDescriptionEc2Client.authorizeClientVpnIngress(Consumer<AuthorizeClientVpnIngressRequest.Builder> authorizeClientVpnIngressRequest) Adds an ingress authorization rule to a Client VPN endpoint.Ec2Client.authorizeClientVpnIngress(AuthorizeClientVpnIngressRequest authorizeClientVpnIngressRequest) Adds an ingress authorization rule to a Client VPN endpoint.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AuthorizeClientVpnIngressResponseModifier and TypeMethodDescriptionEc2AsyncClient.authorizeClientVpnIngress(Consumer<AuthorizeClientVpnIngressRequest.Builder> authorizeClientVpnIngressRequest) Adds an ingress authorization rule to a Client VPN endpoint.Ec2AsyncClient.authorizeClientVpnIngress(AuthorizeClientVpnIngressRequest authorizeClientVpnIngressRequest) Adds an ingress authorization rule to a Client VPN endpoint.