Uses of Class
org.jclouds.aws.ec2.domain.Route.RouteState
-
Packages that use Route.RouteState Package Description org.jclouds.aws.ec2.domain -
-
Uses of Route.RouteState in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain that return Route.RouteState Modifier and Type Method Description static Route.RouteState
Route.RouteState. fromValue(String v)
abstract Route.RouteState
Route. state()
static Route.RouteState
Route.RouteState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Route.RouteState[]
Route.RouteState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.aws.ec2.domain with parameters of type Route.RouteState Modifier and Type Method Description static Route
Route. create(String destinationCidrBlock, String gatewayId, Route.RouteState state, String origin)
abstract Route.Builder
Route.Builder. state(Route.RouteState state)
-