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