Uses of Class
software.amazon.awssdk.services.outposts.model.CatalogItemStatus
-
Packages that use CatalogItemStatus Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of CatalogItemStatus in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return CatalogItemStatus Modifier and Type Method Description static CatalogItemStatusCatalogItemStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CatalogItemStatusCatalogItem. itemStatus()The status of a catalog item.static CatalogItemStatusCatalogItemStatus. valueOf(String name)Returns 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 CatalogItemStatus Modifier and Type Method Description static Set<CatalogItemStatus>CatalogItemStatus. knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type CatalogItemStatus Modifier and Type Method Description CatalogItem.BuilderCatalogItem.Builder. itemStatus(CatalogItemStatus itemStatus)The status of a catalog item.
-