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