| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EksEmptyDir |
EksEmptyDir.clone() |
EksEmptyDir |
EksVolume.getEmptyDir()
Specifies the configuration of a Kubernetes
emptyDir volume. |
EksEmptyDir |
EksEmptyDir.withMedium(String medium)
The medium to store the volume.
|
EksEmptyDir |
EksEmptyDir.withSizeLimit(String sizeLimit)
The maximum size of the volume.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EksVolume.setEmptyDir(EksEmptyDir emptyDir)
Specifies the configuration of a Kubernetes
emptyDir volume. |
EksVolume |
EksVolume.withEmptyDir(EksEmptyDir emptyDir)
Specifies the configuration of a Kubernetes
emptyDir volume. |
Copyright © 2023. All rights reserved.