Uses of Enum
software.amazon.awssdk.services.outposts.model.OrderingRequirementType
Packages that use OrderingRequirementType
-
Uses of OrderingRequirementType in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return OrderingRequirementTypeModifier and TypeMethodDescriptionstatic OrderingRequirementTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OrderingRequirementTypeOrderingRequirement.orderingRequirementType()The type of ordering requirement.static OrderingRequirementTypeReturns the enum constant of this type with the specified name.static OrderingRequirementType[]OrderingRequirementType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type OrderingRequirementTypeModifier and TypeMethodDescriptionstatic Set<OrderingRequirementType>OrderingRequirementType.knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type OrderingRequirementTypeModifier and TypeMethodDescriptionOrderingRequirement.Builder.orderingRequirementType(OrderingRequirementType orderingRequirementType) The type of ordering requirement.