| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
static StorageConfiguration |
StorageConfiguration.fromEfs(Consumer<EfsStorageConfiguration.Builder> efs)
Create an instance of this class with
efs() initialized to the given value. |
static StorageConfiguration |
StorageConfiguration.fromEfs(EfsStorageConfiguration efs)
Create an instance of this class with
efs() initialized to the given value. |
static StorageConfiguration |
StorageConfiguration.fromFsx(Consumer<FsxStorageConfiguration.Builder> fsx)
Create an instance of this class with
fsx() initialized to the given value. |
static StorageConfiguration |
StorageConfiguration.fromFsx(FsxStorageConfiguration fsx)
Create an instance of this class with
fsx() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<StorageConfiguration> |
CreateEnvironmentRequest.storageConfigurations()
Optional.
|
List<StorageConfiguration> |
GetEnvironmentResponse.storageConfigurations()
The storage configurations defined for the runtime environment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.storageConfigurations(StorageConfiguration... storageConfigurations)
Optional.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.storageConfigurations(StorageConfiguration... storageConfigurations)
The storage configurations defined for the runtime environment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.storageConfigurations(Collection<StorageConfiguration> storageConfigurations)
Optional.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.storageConfigurations(Collection<StorageConfiguration> storageConfigurations)
The storage configurations defined for the runtime environment.
|
Copyright © 2023. All rights reserved.