Uses of Class
software.amazon.awssdk.services.batch.model.EksHostPath
-
Packages that use EksHostPath Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EksHostPath in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return EksHostPath Modifier and Type Method Description EksHostPath
EksVolume. hostPath()
Specifies the configuration of a KuberneteshostPath
volume.Methods in software.amazon.awssdk.services.batch.model with parameters of type EksHostPath Modifier and Type Method Description EksVolume.Builder
EksVolume.Builder. hostPath(EksHostPath hostPath)
Specifies the configuration of a KuberneteshostPath
volume.
-