Uses of Class
software.amazon.awssdk.services.outposts.model.CatalogItemClass
-
Packages that use CatalogItemClass Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of CatalogItemClass in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return CatalogItemClass Modifier and Type Method Description static CatalogItemClassCatalogItemClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CatalogItemClassCatalogItemClass. valueOf(String name)Returns the enum constant of this type with the specified name.static CatalogItemClass[]CatalogItemClass. 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 CatalogItemClass Modifier and Type Method Description List<CatalogItemClass>ListCatalogItemsRequest. itemClassFilter()Filters the results by item class.static Set<CatalogItemClass>CatalogItemClass. knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type CatalogItemClass Modifier and Type Method Description ListCatalogItemsRequest.BuilderListCatalogItemsRequest.Builder. itemClassFilter(CatalogItemClass... itemClassFilter)Filters the results by item class.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type CatalogItemClass Modifier and Type Method Description ListCatalogItemsRequest.BuilderListCatalogItemsRequest.Builder. itemClassFilter(Collection<CatalogItemClass> itemClassFilter)Filters the results by item class.
-