Uses of Enum
software.amazon.awssdk.services.ec2.model.IpamByoipCidrState
Packages that use IpamByoipCidrState
-
Uses of IpamByoipCidrState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamByoipCidrStateModifier and TypeMethodDescriptionstatic IpamByoipCidrStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IpamByoipCidrStateIpamDiscoveredRoute.state()The state of the BYOIP CIDR.final IpamByoipCidrStateIpamRouteProtectionFinding.state()The state of the BYOIP CIDR.static IpamByoipCidrStateReturns the enum constant of this type with the specified name.static IpamByoipCidrState[]IpamByoipCidrState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamByoipCidrStateModifier and TypeMethodDescriptionstatic Set<IpamByoipCidrState>IpamByoipCidrState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamByoipCidrStateModifier and TypeMethodDescriptionIpamDiscoveredRoute.Builder.state(IpamByoipCidrState state) The state of the BYOIP CIDR.IpamRouteProtectionFinding.Builder.state(IpamByoipCidrState state) The state of the BYOIP CIDR.