| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EksVolume |
EksVolume.clone() |
EksVolume |
EksVolume.withEmptyDir(EksEmptyDir emptyDir)
Specifies the configuration of a Kubernetes
emptyDir volume. |
EksVolume |
EksVolume.withHostPath(EksHostPath hostPath)
Specifies the configuration of a Kubernetes
hostPath volume. |
EksVolume |
EksVolume.withName(String name)
The name of the volume.
|
EksVolume |
EksVolume.withSecret(EksSecret secret)
Specifies the configuration of a Kubernetes
secret volume. |
| Modifier and Type | Method and Description |
|---|---|
List<EksVolume> |
EksPodPropertiesDetail.getVolumes()
Specifies the volumes for a job definition using Amazon EKS resources.
|
List<EksVolume> |
EksPodProperties.getVolumes()
Specifies the volumes for a job definition that uses Amazon EKS resources.
|
| Modifier and Type | Method and Description |
|---|---|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withVolumes(EksVolume... volumes)
Specifies the volumes for a job definition using Amazon EKS resources.
|
EksPodProperties |
EksPodProperties.withVolumes(EksVolume... volumes)
Specifies the volumes for a job definition that uses Amazon EKS resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EksPodPropertiesDetail.setVolumes(Collection<EksVolume> volumes)
Specifies the volumes for a job definition using Amazon EKS resources.
|
void |
EksPodProperties.setVolumes(Collection<EksVolume> volumes)
Specifies the volumes for a job definition that uses Amazon EKS resources.
|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withVolumes(Collection<EksVolume> volumes)
Specifies the volumes for a job definition using Amazon EKS resources.
|
EksPodProperties |
EksPodProperties.withVolumes(Collection<EksVolume> volumes)
Specifies the volumes for a job definition that uses Amazon EKS resources.
|
Copyright © 2023. All rights reserved.