| Package | Description |
|---|---|
| com.amazonaws.services.ec2 |
|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RevokeClientVpnIngressResult> |
AmazonEC2Async.revokeClientVpnIngressAsync(RevokeClientVpnIngressRequest revokeClientVpnIngressRequest,
AsyncHandler<RevokeClientVpnIngressRequest,RevokeClientVpnIngressResult> asyncHandler)
Removes an ingress authorization rule from a Client VPN endpoint.
|
Future<RevokeClientVpnIngressResult> |
AbstractAmazonEC2Async.revokeClientVpnIngressAsync(RevokeClientVpnIngressRequest request,
AsyncHandler<RevokeClientVpnIngressRequest,RevokeClientVpnIngressResult> asyncHandler) |
Future<RevokeClientVpnIngressResult> |
AmazonEC2AsyncClient.revokeClientVpnIngressAsync(RevokeClientVpnIngressRequest request,
AsyncHandler<RevokeClientVpnIngressRequest,RevokeClientVpnIngressResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RevokeClientVpnIngressRequest |
RevokeClientVpnIngressRequest.clone() |
RevokeClientVpnIngressRequest |
RevokeClientVpnIngressRequest.withAccessGroupId(String accessGroupId)
The ID of the Active Directory group for which to revoke access.
|
RevokeClientVpnIngressRequest |
RevokeClientVpnIngressRequest.withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint with which the authorization rule is associated.
|
RevokeClientVpnIngressRequest |
RevokeClientVpnIngressRequest.withRevokeAllGroups(Boolean revokeAllGroups)
Indicates whether access should be revoked for all clients.
|
RevokeClientVpnIngressRequest |
RevokeClientVpnIngressRequest.withTargetNetworkCidr(String targetNetworkCidr)
The IPv4 address range, in CIDR notation, of the network for which access is being removed.
|
| Modifier and Type | Method and Description |
|---|---|
Request<RevokeClientVpnIngressRequest> |
RevokeClientVpnIngressRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2019. All rights reserved.