Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateClientVpnEndpointResult> |
AbstractAmazonEC2Async.createClientVpnEndpointAsync(CreateClientVpnEndpointRequest request,
AsyncHandler<CreateClientVpnEndpointRequest,CreateClientVpnEndpointResult> asyncHandler) |
Future<CreateClientVpnEndpointResult> |
AmazonEC2AsyncClient.createClientVpnEndpointAsync(CreateClientVpnEndpointRequest request,
AsyncHandler<CreateClientVpnEndpointRequest,CreateClientVpnEndpointResult> asyncHandler) |
Future<CreateClientVpnEndpointResult> |
AmazonEC2Async.createClientVpnEndpointAsync(CreateClientVpnEndpointRequest createClientVpnEndpointRequest,
AsyncHandler<CreateClientVpnEndpointRequest,CreateClientVpnEndpointResult> asyncHandler)
Creates a Client VPN endpoint.
|
Modifier and Type | Method and Description |
---|---|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.clone() |
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withAuthenticationOptions(ClientVpnAuthenticationRequest... authenticationOptions)
Information about the authentication method to be used to authenticate clients.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withAuthenticationOptions(Collection<ClientVpnAuthenticationRequest> authenticationOptions)
Information about the authentication method to be used to authenticate clients.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withClientCidrBlock(String clientCidrBlock)
The IPv4 address range, in CIDR notation, from which to assign client IP addresses.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withClientConnectOptions(ClientConnectOptions clientConnectOptions)
The options for managing connection authorization for new client connections.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withClientLoginBannerOptions(ClientLoginBannerOptions clientLoginBannerOptions)
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients
when a VPN session is established.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withConnectionLogOptions(ConnectionLogOptions connectionLogOptions)
Information about the client connection logging options.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withDescription(String description)
A brief description of the Client VPN endpoint.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withDnsServers(Collection<String> dnsServers)
Information about the DNS servers to be used for DNS resolution.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withDnsServers(String... dnsServers)
Information about the DNS servers to be used for DNS resolution.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of one or more security groups to apply to the target network.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withSecurityGroupIds(String... securityGroupIds)
The IDs of one or more security groups to apply to the target network.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withSelfServicePortal(SelfServicePortal selfServicePortal)
Specify whether to enable the self-service portal for the Client VPN endpoint.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withSelfServicePortal(String selfServicePortal)
Specify whether to enable the self-service portal for the Client VPN endpoint.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withServerCertificateArn(String serverCertificateArn)
The ARN of the server certificate.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withSessionTimeoutHours(Integer sessionTimeoutHours)
The maximum VPN session duration time in hours.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withSplitTunnel(Boolean splitTunnel)
Indicates whether split-tunnel is enabled on the Client VPN endpoint.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the Client VPN endpoint during creation.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the Client VPN endpoint during creation.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withTransportProtocol(String transportProtocol)
The transport protocol to be used by the VPN session.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withTransportProtocol(TransportProtocol transportProtocol)
The transport protocol to be used by the VPN session.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withVpcId(String vpcId)
The ID of the VPC to associate with the Client VPN endpoint.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withVpnPort(Integer vpnPort)
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateClientVpnEndpointRequest> |
CreateClientVpnEndpointRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.