Uses of Class
software.amazon.awssdk.services.ec2.model.ClientVpnConnectionStatus
-
Packages that use ClientVpnConnectionStatus Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ClientVpnConnectionStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ClientVpnConnectionStatus Modifier and Type Method Description ClientVpnConnectionStatusTerminateConnectionStatus. currentStatus()A message about the status of the client connection, if applicable.ClientVpnConnectionStatusTerminateConnectionStatus. previousStatus()The state of the client connection.ClientVpnConnectionStatusClientVpnConnection. status()The current state of the client connection.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClientVpnConnectionStatus Modifier and Type Method Description TerminateConnectionStatus.BuilderTerminateConnectionStatus.Builder. currentStatus(ClientVpnConnectionStatus currentStatus)A message about the status of the client connection, if applicable.TerminateConnectionStatus.BuilderTerminateConnectionStatus.Builder. previousStatus(ClientVpnConnectionStatus previousStatus)The state of the client connection.ClientVpnConnection.BuilderClientVpnConnection.Builder. status(ClientVpnConnectionStatus status)The current state of the client connection.
-