Uses of Enum
com.amazonaws.services.ec2.model.AllocationState
Packages that use AllocationState
-
Uses of AllocationState in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AllocationStateModifier and TypeMethodDescriptionstatic AllocationStateUse this in place of valueOf.static AllocationStateReturns the enum constant of this type with the specified name.static AllocationState[]AllocationState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type AllocationStateModifier and TypeMethodDescriptionvoidHost.setState(AllocationState state) The Dedicated host's state.Host.withState(AllocationState state) The Dedicated host's state.