Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AuthorizationRule |
AuthorizationRule.clone() |
AuthorizationRule |
AuthorizationRule.withAccessAll(Boolean accessAll)
Indicates whether the authorization rule grants access to all clients.
|
AuthorizationRule |
AuthorizationRule.withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint with which the authorization rule is associated.
|
AuthorizationRule |
AuthorizationRule.withDescription(String description)
A brief description of the authorization rule.
|
AuthorizationRule |
AuthorizationRule.withDestinationCidr(String destinationCidr)
The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.
|
AuthorizationRule |
AuthorizationRule.withGroupId(String groupId)
The ID of the Active Directory group to which the authorization rule grants access.
|
AuthorizationRule |
AuthorizationRule.withStatus(ClientVpnAuthorizationRuleStatus status)
The current state of the authorization rule.
|
Modifier and Type | Method and Description |
---|---|
List<AuthorizationRule> |
DescribeClientVpnAuthorizationRulesResult.getAuthorizationRules()
Information about the authorization rules.
|
Modifier and Type | Method and Description |
---|---|
DescribeClientVpnAuthorizationRulesResult |
DescribeClientVpnAuthorizationRulesResult.withAuthorizationRules(AuthorizationRule... authorizationRules)
Information about the authorization rules.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClientVpnAuthorizationRulesResult.setAuthorizationRules(Collection<AuthorizationRule> authorizationRules)
Information about the authorization rules.
|
DescribeClientVpnAuthorizationRulesResult |
DescribeClientVpnAuthorizationRulesResult.withAuthorizationRules(Collection<AuthorizationRule> authorizationRules)
Information about the authorization rules.
|
Copyright © 2021. All rights reserved.