Uses of Class
software.amazon.awssdk.services.batch.model.ContainerOverrides
-
Packages that use ContainerOverrides Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ContainerOverrides in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ContainerOverrides Modifier and Type Method Description ContainerOverridesNodePropertyOverride. containerOverrides()The overrides that are sent to a node range.ContainerOverridesSubmitJobRequest. containerOverrides()An object with various properties that override the defaults for the job definition that specify the name of a container in the specified job definition and the overrides it should receive.Methods in software.amazon.awssdk.services.batch.model with parameters of type ContainerOverrides Modifier and Type Method Description NodePropertyOverride.BuilderNodePropertyOverride.Builder. containerOverrides(ContainerOverrides containerOverrides)The overrides that are sent to a node range.SubmitJobRequest.BuilderSubmitJobRequest.Builder. containerOverrides(ContainerOverrides containerOverrides)An object with various properties that override the defaults for the job definition that specify the name of a container in the specified job definition and the overrides it should receive.
-