Uses of Class
software.amazon.awssdk.services.ec2.model.ClientVpnRouteStatus
-
Packages that use ClientVpnRouteStatus Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ClientVpnRouteStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ClientVpnRouteStatus Modifier and Type Method Description ClientVpnRouteStatusClientVpnRoute. status()The current state of the route.ClientVpnRouteStatusCreateClientVpnRouteResponse. status()The current state of the route.ClientVpnRouteStatusDeleteClientVpnRouteResponse. status()The current state of the route.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClientVpnRouteStatus Modifier and Type Method Description ClientVpnRoute.BuilderClientVpnRoute.Builder. status(ClientVpnRouteStatus status)The current state of the route.CreateClientVpnRouteResponse.BuilderCreateClientVpnRouteResponse.Builder. status(ClientVpnRouteStatus status)The current state of the route.DeleteClientVpnRouteResponse.BuilderDeleteClientVpnRouteResponse.Builder. status(ClientVpnRouteStatus status)The current state of the route.
-