| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
static SupportedStorageEnum |
SupportedStorageEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static SupportedStorageEnum |
SupportedStorageEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedStorageEnum[] |
SupportedStorageEnum.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<SupportedStorageEnum> |
SupportedStorageEnum.knownValues()
|
List<SupportedStorageEnum> |
CatalogItem.supportedStorage()
The supported storage options for the catalog item.
|
List<SupportedStorageEnum> |
ListCatalogItemsRequest.supportedStorageFilter()
Filters the results by storage option.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogItem.Builder |
CatalogItem.Builder.supportedStorage(SupportedStorageEnum... supportedStorage)
The supported storage options for the catalog item.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.supportedStorageFilter(SupportedStorageEnum... supportedStorageFilter)
Filters the results by storage option.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogItem.Builder |
CatalogItem.Builder.supportedStorage(Collection<SupportedStorageEnum> supportedStorage)
The supported storage options for the catalog item.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.supportedStorageFilter(Collection<SupportedStorageEnum> supportedStorageFilter)
Filters the results by storage option.
|
Copyright © 2022. All rights reserved.