Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityBlockResourceState
-
Packages that use CapacityBlockResourceState Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CapacityBlockResourceState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityBlockResourceState Modifier and Type Method Description static CapacityBlockResourceStateCapacityBlockResourceState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CapacityBlockResourceStateCapacityBlock. state()The state of the Capacity Block.static CapacityBlockResourceStateCapacityBlockResourceState. valueOf(String name)Returns 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 CapacityBlockResourceState Modifier and Type Method Description static Set<CapacityBlockResourceState>CapacityBlockResourceState. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityBlockResourceState Modifier and Type Method Description CapacityBlock.BuilderCapacityBlock.Builder. state(CapacityBlockResourceState state)The state of the Capacity Block.
-