Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
ArrayPropertiesDetail |
ArrayPropertiesDetail.addStatusSummaryEntry(String key,
Integer value)
Add a single StatusSummary entry
|
ArrayPropertiesDetail |
ArrayPropertiesDetail.clearStatusSummaryEntries()
Removes all the entries added into StatusSummary.
|
ArrayPropertiesDetail |
ArrayPropertiesDetail.clone() |
ArrayPropertiesDetail |
JobDetail.getArrayProperties()
The array properties of the job, if it is an array job.
|
ArrayPropertiesDetail |
ArrayPropertiesDetail.withIndex(Integer index)
The job index within the array that is associated with this job.
|
ArrayPropertiesDetail |
ArrayPropertiesDetail.withSize(Integer size)
The size of the array job.
|
ArrayPropertiesDetail |
ArrayPropertiesDetail.withStatusSummary(Map<String,Integer> statusSummary)
A summary of the number of array job children in each available job status.
|
Modifier and Type | Method and Description |
---|---|
void |
JobDetail.setArrayProperties(ArrayPropertiesDetail arrayProperties)
The array properties of the job, if it is an array job.
|
JobDetail |
JobDetail.withArrayProperties(ArrayPropertiesDetail arrayProperties)
The array properties of the job, if it is an array job.
|
Copyright © 2020. All rights reserved.