Uses of Enum
software.amazon.awssdk.services.ec2.model.AllocationState
Packages that use AllocationState
-
Uses of AllocationState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AllocationStateModifier and TypeMethodDescriptionstatic AllocationStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final AllocationStateHost.state()The Dedicated Host's state.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 software.amazon.awssdk.services.ec2.model that return types with arguments of type AllocationStateMethods in software.amazon.awssdk.services.ec2.model with parameters of type AllocationStateModifier and TypeMethodDescriptionHost.Builder.state(AllocationState state) The Dedicated Host's state.