Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ClientVpnEndpoint |
ClientVpnEndpoint.clone() |
ClientVpnEndpoint |
ClientVpnEndpoint.withAssociatedTargetNetworks(AssociatedTargetNetwork... associatedTargetNetworks)
Deprecated.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withAssociatedTargetNetworks(Collection<AssociatedTargetNetwork> associatedTargetNetworks)
Deprecated.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withAuthenticationOptions(ClientVpnAuthentication... authenticationOptions)
Information about the authentication method used by the Client VPN endpoint.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withAuthenticationOptions(Collection<ClientVpnAuthentication> authenticationOptions)
Information about the authentication method used by the Client VPN endpoint.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withClientCidrBlock(String clientCidrBlock)
The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withClientConnectOptions(ClientConnectResponseOptions clientConnectOptions)
The options for managing connection authorization for new client connections.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withClientLoginBannerOptions(ClientLoginBannerResponseOptions clientLoginBannerOptions)
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients
when a VPN session is established.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withConnectionLogOptions(ConnectionLogResponseOptions connectionLogOptions)
Information about the client connection logging options for the Client VPN endpoint.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withCreationTime(String creationTime)
The date and time the Client VPN endpoint was created.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withDeletionTime(String deletionTime)
The date and time the Client VPN endpoint was deleted, if applicable.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withDescription(String description)
A brief description of the endpoint.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withDnsName(String dnsName)
The DNS name to be used by clients when connecting to the Client VPN endpoint.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withDnsServers(Collection<String> dnsServers)
Information about the DNS servers to be used for DNS resolution.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withDnsServers(String... dnsServers)
Information about the DNS servers to be used for DNS resolution.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups for the target network.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withSecurityGroupIds(String... securityGroupIds)
The IDs of the security groups for the target network.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withSelfServicePortalUrl(String selfServicePortalUrl)
The URL of the self-service portal.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withServerCertificateArn(String serverCertificateArn)
The ARN of the server certificate.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withSessionTimeoutHours(Integer sessionTimeoutHours)
The maximum VPN session duration time in hours.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withSplitTunnel(Boolean splitTunnel)
Indicates whether split-tunnel is enabled in the Client VPN endpoint.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withStatus(ClientVpnEndpointStatus status)
The current state of the Client VPN endpoint.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withTags(Collection<Tag> tags)
Any tags assigned to the Client VPN endpoint.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withTags(Tag... tags)
Any tags assigned to the Client VPN endpoint.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withTransportProtocol(String transportProtocol)
The transport protocol used by the Client VPN endpoint.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withTransportProtocol(TransportProtocol transportProtocol)
The transport protocol used by the Client VPN endpoint.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withVpcId(String vpcId)
The ID of the VPC.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withVpnPort(Integer vpnPort)
The port number for the Client VPN endpoint.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withVpnProtocol(String vpnProtocol)
The protocol used by the VPN session.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withVpnProtocol(VpnProtocol vpnProtocol)
The protocol used by the VPN session.
|
Modifier and Type | Method and Description |
---|---|
List<ClientVpnEndpoint> |
DescribeClientVpnEndpointsResult.getClientVpnEndpoints()
Information about the Client VPN endpoints.
|
Modifier and Type | Method and Description |
---|---|
DescribeClientVpnEndpointsResult |
DescribeClientVpnEndpointsResult.withClientVpnEndpoints(ClientVpnEndpoint... clientVpnEndpoints)
Information about the Client VPN endpoints.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClientVpnEndpointsResult.setClientVpnEndpoints(Collection<ClientVpnEndpoint> clientVpnEndpoints)
Information about the Client VPN endpoints.
|
DescribeClientVpnEndpointsResult |
DescribeClientVpnEndpointsResult.withClientVpnEndpoints(Collection<ClientVpnEndpoint> clientVpnEndpoints)
Information about the Client VPN endpoints.
|
Copyright © 2022. All rights reserved.