| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
StorageTypeLimit |
StorageTypeLimit.clone() |
StorageTypeLimit |
StorageTypeLimit.withLimitName(String limitName)
Name of storage limits that are applicable for the given storage type.
|
StorageTypeLimit |
StorageTypeLimit.withLimitValues(Collection<String> limitValues)
The limit values.
|
StorageTypeLimit |
StorageTypeLimit.withLimitValues(String... limitValues)
The limit values.
|
| Modifier and Type | Method and Description |
|---|---|
List<StorageTypeLimit> |
StorageType.getStorageTypeLimits()
Limits that are applicable for the given storage type.
|
| Modifier and Type | Method and Description |
|---|---|
StorageType |
StorageType.withStorageTypeLimits(StorageTypeLimit... storageTypeLimits)
Limits that are applicable for the given storage type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageType.setStorageTypeLimits(Collection<StorageTypeLimit> storageTypeLimits)
Limits that are applicable for the given storage type.
|
StorageType |
StorageType.withStorageTypeLimits(Collection<StorageTypeLimit> storageTypeLimits)
Limits that are applicable for the given storage type.
|
Copyright © 2023. All rights reserved.