Uses of Interface
software.amazon.awssdk.services.ec2.model.AuthorizeClientVpnIngressRequest.Builder
Packages that use AuthorizeClientVpnIngressRequest.Builder
Package
Description
-
Uses of AuthorizeClientVpnIngressRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AuthorizeClientVpnIngressRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.authorizeClientVpnIngress(Consumer<AuthorizeClientVpnIngressRequest.Builder> authorizeClientVpnIngressRequest) Adds an ingress authorization rule to a Client VPN endpoint.Ec2Client.authorizeClientVpnIngress(Consumer<AuthorizeClientVpnIngressRequest.Builder> authorizeClientVpnIngressRequest) Adds an ingress authorization rule to a Client VPN endpoint. -
Uses of AuthorizeClientVpnIngressRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AuthorizeClientVpnIngressRequest.BuilderModifier and TypeMethodDescriptionAuthorizeClientVpnIngressRequest.Builder.accessGroupId(String accessGroupId) The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.AuthorizeClientVpnIngressRequest.Builder.authorizeAllGroups(Boolean authorizeAllGroups) Indicates whether to grant access to all clients.AuthorizeClientVpnIngressRequest.builder()AuthorizeClientVpnIngressRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.AuthorizeClientVpnIngressRequest.Builder.clientVpnEndpointId(String clientVpnEndpointId) The ID of the Client VPN endpoint.AuthorizeClientVpnIngressRequest.Builder.description(String description) A brief description of the authorization rule.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AuthorizeClientVpnIngressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AuthorizeClientVpnIngressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AuthorizeClientVpnIngressRequest.Builder.targetNetworkCidr(String targetNetworkCidr) The IPv4 address range, in CIDR notation, of the network for which access is being authorized.AuthorizeClientVpnIngressRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AuthorizeClientVpnIngressRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AuthorizeClientVpnIngressRequest.Builder>AuthorizeClientVpnIngressRequest.serializableBuilderClass()