Uses of Enum
software.amazon.awssdk.services.ec2.model.CapacityBlockResourceState
Packages that use CapacityBlockResourceState
-
Uses of CapacityBlockResourceState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityBlockResourceStateModifier and TypeMethodDescriptionstatic CapacityBlockResourceStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.CapacityBlock.state()The state of the Capacity Block.static CapacityBlockResourceStateReturns the enum constant of this type with the specified name.static CapacityBlockResourceState[]CapacityBlockResourceState.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 CapacityBlockResourceStateModifier and TypeMethodDescriptionstatic Set<CapacityBlockResourceState>CapacityBlockResourceState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityBlockResourceStateModifier and TypeMethodDescriptionCapacityBlock.Builder.state(CapacityBlockResourceState state) The state of the Capacity Block.