| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default AuthorizeClientVpnIngressResponse |
Ec2Client.authorizeClientVpnIngress(AuthorizeClientVpnIngressRequest authorizeClientVpnIngressRequest)
Adds an ingress authorization rule to a Client VPN endpoint.
|
default AuthorizeClientVpnIngressResponse |
Ec2Client.authorizeClientVpnIngress(Consumer<AuthorizeClientVpnIngressRequest.Builder> authorizeClientVpnIngressRequest)
Adds an ingress authorization rule to a Client VPN endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AuthorizeClientVpnIngressResponse> |
Ec2AsyncClient.authorizeClientVpnIngress(AuthorizeClientVpnIngressRequest authorizeClientVpnIngressRequest)
Adds an ingress authorization rule to a Client VPN endpoint.
|
default CompletableFuture<AuthorizeClientVpnIngressResponse> |
Ec2AsyncClient.authorizeClientVpnIngress(Consumer<AuthorizeClientVpnIngressRequest.Builder> authorizeClientVpnIngressRequest)
Adds an ingress authorization rule to a Client VPN endpoint.
|
Copyright © 2023. All rights reserved.