Uses of Class
software.amazon.awssdk.services.batch.model.ArrayPropertiesSummary
-
Packages that use ArrayPropertiesSummary Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ArrayPropertiesSummary in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ArrayPropertiesSummary Modifier and Type Method Description ArrayPropertiesSummaryJobSummary. arrayProperties()The array properties of the job, if it's an array job.Methods in software.amazon.awssdk.services.batch.model with parameters of type ArrayPropertiesSummary Modifier and Type Method Description JobSummary.BuilderJobSummary.Builder. arrayProperties(ArrayPropertiesSummary arrayProperties)The array properties of the job, if it's an array job.
-