Uses of Enum
software.amazon.awssdk.services.outposts.model.OrderingRequirementStatus
Packages that use OrderingRequirementStatus
-
Uses of OrderingRequirementStatus in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return OrderingRequirementStatusModifier and TypeMethodDescriptionstatic OrderingRequirementStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.OrderingRequirement.status()The status of the ordering requirement.static OrderingRequirementStatusReturns the enum constant of this type with the specified name.static OrderingRequirementStatus[]OrderingRequirementStatus.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 OrderingRequirementStatusModifier and TypeMethodDescriptionstatic Set<OrderingRequirementStatus>OrderingRequirementStatus.knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type OrderingRequirementStatusModifier and TypeMethodDescriptionOrderingRequirement.Builder.status(OrderingRequirementStatus status) The status of the ordering requirement.