Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<AuthorizeClientVpnIngressResult> |
AbstractAmazonEC2Async.authorizeClientVpnIngressAsync(AuthorizeClientVpnIngressRequest request,
AsyncHandler<AuthorizeClientVpnIngressRequest,AuthorizeClientVpnIngressResult> asyncHandler) |
Future<AuthorizeClientVpnIngressResult> |
AmazonEC2Async.authorizeClientVpnIngressAsync(AuthorizeClientVpnIngressRequest authorizeClientVpnIngressRequest,
AsyncHandler<AuthorizeClientVpnIngressRequest,AuthorizeClientVpnIngressResult> asyncHandler)
Adds an ingress authorization rule to a Client VPN endpoint.
|
Future<AuthorizeClientVpnIngressResult> |
AmazonEC2AsyncClient.authorizeClientVpnIngressAsync(AuthorizeClientVpnIngressRequest request,
AsyncHandler<AuthorizeClientVpnIngressRequest,AuthorizeClientVpnIngressResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AuthorizeClientVpnIngressRequest |
AuthorizeClientVpnIngressRequest.clone() |
AuthorizeClientVpnIngressRequest |
AuthorizeClientVpnIngressRequest.withAccessGroupId(String accessGroupId)
The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.
|
AuthorizeClientVpnIngressRequest |
AuthorizeClientVpnIngressRequest.withAuthorizeAllGroups(Boolean authorizeAllGroups)
Indicates whether to grant access to all clients.
|
AuthorizeClientVpnIngressRequest |
AuthorizeClientVpnIngressRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
AuthorizeClientVpnIngressRequest |
AuthorizeClientVpnIngressRequest.withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
|
AuthorizeClientVpnIngressRequest |
AuthorizeClientVpnIngressRequest.withDescription(String description)
A brief description of the authorization rule.
|
AuthorizeClientVpnIngressRequest |
AuthorizeClientVpnIngressRequest.withTargetNetworkCidr(String targetNetworkCidr)
The IPv4 address range, in CIDR notation, of the network for which access is being authorized.
|
Modifier and Type | Method and Description |
---|---|
Request<AuthorizeClientVpnIngressRequest> |
AuthorizeClientVpnIngressRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.