Uses of Class
software.amazon.awssdk.services.ec2.model.ClientVpnConnectionStatus
Packages that use ClientVpnConnectionStatus
-
Uses of ClientVpnConnectionStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ClientVpnConnectionStatusModifier and TypeMethodDescriptionTerminateConnectionStatus.currentStatus()A message about the status of the client connection, if applicable.TerminateConnectionStatus.previousStatus()The state of the client connection.ClientVpnConnection.status()The current state of the client connection.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClientVpnConnectionStatusModifier and TypeMethodDescriptionTerminateConnectionStatus.Builder.currentStatus(ClientVpnConnectionStatus currentStatus) A message about the status of the client connection, if applicable.TerminateConnectionStatus.Builder.previousStatus(ClientVpnConnectionStatus previousStatus) The state of the client connection.ClientVpnConnection.Builder.status(ClientVpnConnectionStatus status) The current state of the client connection.