Uses of Class
software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail
-
Packages that use ArrayPropertiesDetail Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ArrayPropertiesDetail in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ArrayPropertiesDetail Modifier and Type Method Description ArrayPropertiesDetailJobDetail. 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 ArrayPropertiesDetail Modifier and Type Method Description JobDetail.BuilderJobDetail.Builder. arrayProperties(ArrayPropertiesDetail arrayProperties)The array properties of the job, if it's an array job.
-