| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
static CatalogItemClass |
CatalogItemClass.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CatalogItemClass |
CatalogItemClass.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<CatalogItemClass> |
ListCatalogItemsRequest.itemClassFilter()
Filters the results by item class.
|
static Set<CatalogItemClass> |
CatalogItemClass.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.itemClassFilter(CatalogItemClass... itemClassFilter)
Filters the results by item class.
|
| Modifier and Type | Method and Description |
|---|---|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.itemClassFilter(Collection<CatalogItemClass> itemClassFilter)
Filters the results by item class.
|
Copyright © 2022. All rights reserved.