| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
StorageConfiguration |
StorageConfiguration.clone() |
StorageConfiguration |
StorageConfiguration.withEfs(EfsStorageConfiguration efs)
Defines the storage configuration for an Amazon EFS file system.
|
StorageConfiguration |
StorageConfiguration.withFsx(FsxStorageConfiguration fsx)
Defines the storage configuration for an Amazon FSx file system.
|
| Modifier and Type | Method and Description |
|---|---|
List<StorageConfiguration> |
CreateEnvironmentRequest.getStorageConfigurations()
Optional.
|
List<StorageConfiguration> |
GetEnvironmentResult.getStorageConfigurations()
The storage configurations defined for the runtime environment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withStorageConfigurations(StorageConfiguration... storageConfigurations)
Optional.
|
GetEnvironmentResult |
GetEnvironmentResult.withStorageConfigurations(StorageConfiguration... storageConfigurations)
The storage configurations defined for the runtime environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEnvironmentRequest.setStorageConfigurations(Collection<StorageConfiguration> storageConfigurations)
Optional.
|
void |
GetEnvironmentResult.setStorageConfigurations(Collection<StorageConfiguration> storageConfigurations)
The storage configurations defined for the runtime environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withStorageConfigurations(Collection<StorageConfiguration> storageConfigurations)
Optional.
|
GetEnvironmentResult |
GetEnvironmentResult.withStorageConfigurations(Collection<StorageConfiguration> storageConfigurations)
The storage configurations defined for the runtime environment.
|
Copyright © 2022. All rights reserved.