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