Uses of Class
software.amazon.awssdk.services.ec2.model.ClientVpnRouteStatus
Packages that use ClientVpnRouteStatus
-
Uses of ClientVpnRouteStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ClientVpnRouteStatusModifier and TypeMethodDescriptionfinal ClientVpnRouteStatusClientVpnRoute.status()The current state of the route.final ClientVpnRouteStatusCreateClientVpnRouteResponse.status()The current state of the route.final ClientVpnRouteStatusDeleteClientVpnRouteResponse.status()The current state of the route.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClientVpnRouteStatusModifier and TypeMethodDescriptionClientVpnRoute.Builder.status(ClientVpnRouteStatus status) The current state of the route.CreateClientVpnRouteResponse.Builder.status(ClientVpnRouteStatus status) The current state of the route.DeleteClientVpnRouteResponse.Builder.status(ClientVpnRouteStatus status) The current state of the route.