Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ClientVpnConnection |
ClientVpnConnection.clone() |
ClientVpnConnection |
ClientVpnConnection.withClientIp(String clientIp)
The IP address of the client.
|
ClientVpnConnection |
ClientVpnConnection.withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint to which the client is connected.
|
ClientVpnConnection |
ClientVpnConnection.withCommonName(String commonName)
The common name associated with the client.
|
ClientVpnConnection |
ClientVpnConnection.withConnectionEndTime(String connectionEndTime)
The date and time the client connection was terminated.
|
ClientVpnConnection |
ClientVpnConnection.withConnectionEstablishedTime(String connectionEstablishedTime)
The date and time the client connection was established.
|
ClientVpnConnection |
ClientVpnConnection.withConnectionId(String connectionId)
The ID of the client connection.
|
ClientVpnConnection |
ClientVpnConnection.withEgressBytes(String egressBytes)
The number of bytes received by the client.
|
ClientVpnConnection |
ClientVpnConnection.withEgressPackets(String egressPackets)
The number of packets received by the client.
|
ClientVpnConnection |
ClientVpnConnection.withIngressBytes(String ingressBytes)
The number of bytes sent by the client.
|
ClientVpnConnection |
ClientVpnConnection.withIngressPackets(String ingressPackets)
The number of packets sent by the client.
|
ClientVpnConnection |
ClientVpnConnection.withPostureComplianceStatuses(Collection<String> postureComplianceStatuses)
The statuses returned by the client connect handler for posture compliance, if applicable.
|
ClientVpnConnection |
ClientVpnConnection.withPostureComplianceStatuses(String... postureComplianceStatuses)
The statuses returned by the client connect handler for posture compliance, if applicable.
|
ClientVpnConnection |
ClientVpnConnection.withStatus(ClientVpnConnectionStatus status)
The current state of the client connection.
|
ClientVpnConnection |
ClientVpnConnection.withTimestamp(String timestamp)
The current date and time.
|
ClientVpnConnection |
ClientVpnConnection.withUsername(String username)
The username of the client who established the client connection.
|
Modifier and Type | Method and Description |
---|---|
List<ClientVpnConnection> |
DescribeClientVpnConnectionsResult.getConnections()
Information about the active and terminated client connections.
|
Modifier and Type | Method and Description |
---|---|
DescribeClientVpnConnectionsResult |
DescribeClientVpnConnectionsResult.withConnections(ClientVpnConnection... connections)
Information about the active and terminated client connections.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClientVpnConnectionsResult.setConnections(Collection<ClientVpnConnection> connections)
Information about the active and terminated client connections.
|
DescribeClientVpnConnectionsResult |
DescribeClientVpnConnectionsResult.withConnections(Collection<ClientVpnConnection> connections)
Information about the active and terminated client connections.
|
Copyright © 2021. All rights reserved.