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