Uses of Class
software.amazon.awssdk.services.batch.model.ArrayProperties
-
Packages that use ArrayProperties Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ArrayProperties in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ArrayProperties Modifier and Type Method Description ArrayPropertiesSubmitJobRequest. arrayProperties()The array properties for the submitted job, such as the size of the array.Methods in software.amazon.awssdk.services.batch.model with parameters of type ArrayProperties Modifier and Type Method Description SubmitJobRequest.BuilderSubmitJobRequest.Builder. arrayProperties(ArrayProperties arrayProperties)The array properties for the submitted job, such as the size of the array.
-