| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
BatchJobExecutionSummary |
BatchJobExecutionSummary.clone() |
BatchJobExecutionSummary |
BatchJobExecutionSummary.withApplicationId(String applicationId)
The unique identifier of the application that hosts this batch job.
|
BatchJobExecutionSummary |
BatchJobExecutionSummary.withEndTime(Date endTime)
The timestamp when this batch job execution ended.
|
BatchJobExecutionSummary |
BatchJobExecutionSummary.withExecutionId(String executionId)
The unique identifier of this execution of the batch job.
|
BatchJobExecutionSummary |
BatchJobExecutionSummary.withJobId(String jobId)
The unique identifier of a particular batch job.
|
BatchJobExecutionSummary |
BatchJobExecutionSummary.withJobName(String jobName)
The name of a particular batch job.
|
BatchJobExecutionSummary |
BatchJobExecutionSummary.withJobType(BatchJobType jobType)
The type of a particular batch job execution.
|
BatchJobExecutionSummary |
BatchJobExecutionSummary.withJobType(String jobType)
The type of a particular batch job execution.
|
BatchJobExecutionSummary |
BatchJobExecutionSummary.withStartTime(Date startTime)
The timestamp when a particular batch job execution started.
|
BatchJobExecutionSummary |
BatchJobExecutionSummary.withStatus(BatchJobExecutionStatus status)
The status of a particular batch job execution.
|
BatchJobExecutionSummary |
BatchJobExecutionSummary.withStatus(String status)
The status of a particular batch job execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchJobExecutionSummary> |
ListBatchJobExecutionsResult.getBatchJobExecutions()
Returns a list of batch job executions for an application.
|
| Modifier and Type | Method and Description |
|---|---|
ListBatchJobExecutionsResult |
ListBatchJobExecutionsResult.withBatchJobExecutions(BatchJobExecutionSummary... batchJobExecutions)
Returns a list of batch job executions for an application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBatchJobExecutionsResult.setBatchJobExecutions(Collection<BatchJobExecutionSummary> batchJobExecutions)
Returns a list of batch job executions for an application.
|
ListBatchJobExecutionsResult |
ListBatchJobExecutionsResult.withBatchJobExecutions(Collection<BatchJobExecutionSummary> batchJobExecutions)
Returns a list of batch job executions for an application.
|
Copyright © 2023. All rights reserved.