| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization |
Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and
modernization from mainframes to Amazon Web Services managed runtime environments.
|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListBatchJobExecutionsResult> |
AWSMainframeModernizationAsyncClient.listBatchJobExecutionsAsync(ListBatchJobExecutionsRequest request,
AsyncHandler<ListBatchJobExecutionsRequest,ListBatchJobExecutionsResult> asyncHandler) |
Future<ListBatchJobExecutionsResult> |
AWSMainframeModernizationAsync.listBatchJobExecutionsAsync(ListBatchJobExecutionsRequest listBatchJobExecutionsRequest,
AsyncHandler<ListBatchJobExecutionsRequest,ListBatchJobExecutionsResult> asyncHandler)
Lists historical, current, and scheduled batch job executions for a specific application.
|
Future<ListBatchJobExecutionsResult> |
AbstractAWSMainframeModernizationAsync.listBatchJobExecutionsAsync(ListBatchJobExecutionsRequest request,
AsyncHandler<ListBatchJobExecutionsRequest,ListBatchJobExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListBatchJobExecutionsRequest |
ListBatchJobExecutionsRequest.clone() |
ListBatchJobExecutionsRequest |
ListBatchJobExecutionsRequest.withApplicationId(String applicationId)
The unique identifier of the application.
|
ListBatchJobExecutionsRequest |
ListBatchJobExecutionsRequest.withExecutionIds(Collection<String> executionIds)
The unique identifier of each batch job execution.
|
ListBatchJobExecutionsRequest |
ListBatchJobExecutionsRequest.withExecutionIds(String... executionIds)
The unique identifier of each batch job execution.
|
ListBatchJobExecutionsRequest |
ListBatchJobExecutionsRequest.withJobName(String jobName)
The name of each batch job execution.
|
ListBatchJobExecutionsRequest |
ListBatchJobExecutionsRequest.withMaxResults(Integer maxResults)
The maximum number of batch job executions to return.
|
ListBatchJobExecutionsRequest |
ListBatchJobExecutionsRequest.withNextToken(String nextToken)
A pagination token to control the number of batch job executions displayed in the list.
|
ListBatchJobExecutionsRequest |
ListBatchJobExecutionsRequest.withStartedAfter(Date startedAfter)
The time after which the batch job executions started.
|
ListBatchJobExecutionsRequest |
ListBatchJobExecutionsRequest.withStartedBefore(Date startedBefore)
The time before the batch job executions started.
|
ListBatchJobExecutionsRequest |
ListBatchJobExecutionsRequest.withStatus(BatchJobExecutionStatus status)
The status of the batch job executions.
|
ListBatchJobExecutionsRequest |
ListBatchJobExecutionsRequest.withStatus(String status)
The status of the batch job executions.
|
Copyright © 2024. All rights reserved.