| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
static CatalogItemStatus |
CatalogItemStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CatalogItemStatus |
CatalogItem.itemStatus()
The status of a catalog item.
|
static CatalogItemStatus |
CatalogItemStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CatalogItemStatus> |
CatalogItemStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CatalogItem.Builder |
CatalogItem.Builder.itemStatus(CatalogItemStatus itemStatus)
The status of a catalog item.
|
Copyright © 2022. All rights reserved.