Uses of Class
software.amazon.awssdk.services.ec2.model.AuthorizeClientVpnIngressResponse
-
Packages that use AuthorizeClientVpnIngressResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of AuthorizeClientVpnIngressResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AuthorizeClientVpnIngressResponse Modifier and Type Method Description default AuthorizeClientVpnIngressResponseEc2Client. authorizeClientVpnIngress(Consumer<AuthorizeClientVpnIngressRequest.Builder> authorizeClientVpnIngressRequest)Adds an ingress authorization rule to a Client VPN endpoint.default AuthorizeClientVpnIngressResponseEc2Client. 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 AuthorizeClientVpnIngressResponse Modifier and Type Method Description default CompletableFuture<AuthorizeClientVpnIngressResponse>Ec2AsyncClient. authorizeClientVpnIngress(Consumer<AuthorizeClientVpnIngressRequest.Builder> authorizeClientVpnIngressRequest)Adds an ingress authorization rule to a Client VPN endpoint.default CompletableFuture<AuthorizeClientVpnIngressResponse>Ec2AsyncClient. authorizeClientVpnIngress(AuthorizeClientVpnIngressRequest authorizeClientVpnIngressRequest)Adds an ingress authorization rule to a Client VPN endpoint.
-