Uses of Class
software.amazon.awssdk.services.batch.model.ContainerDetail
-
Packages that use ContainerDetail Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ContainerDetail in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ContainerDetail Modifier and Type Method Description ContainerDetailJobDetail. container()An object that represents the details for the container that's associated with the job.Methods in software.amazon.awssdk.services.batch.model with parameters of type ContainerDetail Modifier and Type Method Description JobDetail.BuilderJobDetail.Builder. container(ContainerDetail container)An object that represents the details for the container that's associated with the job.
-