Uses of Enum Class
org.jclouds.aws.ec2.domain.InternetGatewayAttachment.State
Packages that use InternetGatewayAttachment.State
-
Uses of InternetGatewayAttachment.State in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain that return InternetGatewayAttachment.StateModifier and TypeMethodDescriptionabstract InternetGatewayAttachment.State
InternetGatewayAttachment.state()
Returns the enum constant of this class with the specified name.static InternetGatewayAttachment.State[]
InternetGatewayAttachment.State.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 InternetGatewayAttachment.StateModifier and TypeMethodDescriptionabstract InternetGatewayAttachment.Builder
InternetGatewayAttachment.Builder.state
(InternetGatewayAttachment.State state)