Uses of Class
software.amazon.awssdk.services.opensearch.model.StorageType
-
Packages that use StorageType Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of StorageType in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type StorageType Modifier and Type Method Description List<StorageType>Limits. storageTypes()Storage-related attributes that are available for a given instance type.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type StorageType Modifier and Type Method Description Limits.BuilderLimits.Builder. storageTypes(StorageType... storageTypes)Storage-related attributes that are available for a given instance type.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type StorageType Modifier and Type Method Description Limits.BuilderLimits.Builder. storageTypes(Collection<StorageType> storageTypes)Storage-related attributes that are available for a given instance type.
-