Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
ArrayPropertiesSummary |
ArrayPropertiesSummary.clone() |
ArrayPropertiesSummary |
JobSummary.getArrayProperties()
The array properties of the job, if it is an array job.
|
ArrayPropertiesSummary |
ArrayPropertiesSummary.withIndex(Integer index)
The job index within the array that is associated with this job.
|
ArrayPropertiesSummary |
ArrayPropertiesSummary.withSize(Integer size)
The size of the array job.
|
Modifier and Type | Method and Description |
---|---|
void |
JobSummary.setArrayProperties(ArrayPropertiesSummary arrayProperties)
The array properties of the job, if it is an array job.
|
JobSummary |
JobSummary.withArrayProperties(ArrayPropertiesSummary arrayProperties)
The array properties of the job, if it is an array job.
|
Copyright © 2020. All rights reserved.