Uses of Enum
software.amazon.awssdk.services.outposts.model.CatalogItemStatus
Packages that use CatalogItemStatus
-
Uses of CatalogItemStatus in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return CatalogItemStatusModifier and TypeMethodDescriptionstatic CatalogItemStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final CatalogItemStatusCatalogItem.itemStatus()The status of a catalog item.static CatalogItemStatusReturns the enum constant of this type with the specified name.static CatalogItemStatus[]CatalogItemStatus.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 CatalogItemStatusMethods in software.amazon.awssdk.services.outposts.model with parameters of type CatalogItemStatusModifier and TypeMethodDescriptionCatalogItem.Builder.itemStatus(CatalogItemStatus itemStatus) The status of a catalog item.