Uses of Class
software.amazon.awssdk.services.elasticsearch.model.StorageTypeLimit
-
Packages that use StorageTypeLimit Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of StorageTypeLimit in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type StorageTypeLimit Modifier and Type Method Description List<StorageTypeLimit>StorageType. storageTypeLimits()List of limits that are applicable for given storage type.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type StorageTypeLimit Modifier and Type Method Description StorageType.BuilderStorageType.Builder. storageTypeLimits(StorageTypeLimit... storageTypeLimits)List of limits that are applicable for given storage type.Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type StorageTypeLimit Modifier and Type Method Description StorageType.BuilderStorageType.Builder. storageTypeLimits(Collection<StorageTypeLimit> storageTypeLimits)List of limits that are applicable for given storage type.
-