| Package | Description |
|---|---|
| com.amazonaws.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
StorageType |
StorageType.clone() |
StorageType |
StorageType.withStorageSubTypeName(String storageSubTypeName) |
StorageType |
StorageType.withStorageTypeLimits(Collection<StorageTypeLimit> storageTypeLimits)
List of limits that are applicable for given storage type.
|
StorageType |
StorageType.withStorageTypeLimits(StorageTypeLimit... storageTypeLimits)
List of limits that are applicable for given storage type.
|
StorageType |
StorageType.withStorageTypeName(String storageTypeName) |
| Modifier and Type | Method and Description |
|---|---|
List<StorageType> |
Limits.getStorageTypes()
StorageType represents the list of storage related types and attributes that are available for given
InstanceType.
|
| Modifier and Type | Method and Description |
|---|---|
Limits |
Limits.withStorageTypes(StorageType... storageTypes)
StorageType represents the list of storage related types and attributes that are available for given
InstanceType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Limits.setStorageTypes(Collection<StorageType> storageTypes)
StorageType represents the list of storage related types and attributes that are available for given
InstanceType.
|
Limits |
Limits.withStorageTypes(Collection<StorageType> storageTypes)
StorageType represents the list of storage related types and attributes that are available for given
InstanceType.
|
Copyright © 2019. All rights reserved.