| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
StorageType |
StorageType.clone() |
StorageType |
StorageType.withStorageSubTypeName(String storageSubTypeName)
The storage sub-type, such as
gp3 or io1. |
StorageType |
StorageType.withStorageTypeLimits(Collection<StorageTypeLimit> storageTypeLimits)
Limits that are applicable for the given storage type.
|
StorageType |
StorageType.withStorageTypeLimits(StorageTypeLimit... storageTypeLimits)
Limits that are applicable for the given storage type.
|
StorageType |
StorageType.withStorageTypeName(String storageTypeName)
The name of the storage type.
|
| Modifier and Type | Method and Description |
|---|---|
List<StorageType> |
Limits.getStorageTypes()
Storage-related attributes that are available for a given instance type.
|
| Modifier and Type | Method and Description |
|---|---|
Limits |
Limits.withStorageTypes(StorageType... storageTypes)
Storage-related attributes that are available for a given instance type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Limits.setStorageTypes(Collection<StorageType> storageTypes)
Storage-related attributes that are available for a given instance type.
|
Limits |
Limits.withStorageTypes(Collection<StorageType> storageTypes)
Storage-related attributes that are available for a given instance type.
|
Copyright © 2023. All rights reserved.