Uses of Class
software.amazon.awssdk.services.outposts.model.SupportedStorageEnum
-
Packages that use SupportedStorageEnum Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of SupportedStorageEnum in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return SupportedStorageEnum Modifier and Type Method Description static SupportedStorageEnumSupportedStorageEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SupportedStorageEnumSupportedStorageEnum. 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.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type SupportedStorageEnum Modifier and Type Method 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.Methods in software.amazon.awssdk.services.outposts.model with parameters of type SupportedStorageEnum Modifier and Type Method Description CatalogItem.BuilderCatalogItem.Builder. supportedStorage(SupportedStorageEnum... supportedStorage)The supported storage options for the catalog item.ListCatalogItemsRequest.BuilderListCatalogItemsRequest.Builder. supportedStorageFilter(SupportedStorageEnum... supportedStorageFilter)Filters the results by storage option.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type SupportedStorageEnum Modifier and Type Method Description CatalogItem.BuilderCatalogItem.Builder. supportedStorage(Collection<SupportedStorageEnum> supportedStorage)The supported storage options for the catalog item.ListCatalogItemsRequest.BuilderListCatalogItemsRequest.Builder. supportedStorageFilter(Collection<SupportedStorageEnum> supportedStorageFilter)Filters the results by storage option.
-