| 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 |
|---|---|
GetBatchJobExecutionResult |
AWSMainframeModernizationClient.getBatchJobExecution(GetBatchJobExecutionRequest request)
Gets the details of a specific batch job execution for a specific application.
|
GetBatchJobExecutionResult |
AbstractAWSMainframeModernization.getBatchJobExecution(GetBatchJobExecutionRequest request) |
GetBatchJobExecutionResult |
AWSMainframeModernization.getBatchJobExecution(GetBatchJobExecutionRequest getBatchJobExecutionRequest)
Gets the details of a specific batch job execution for a specific application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetBatchJobExecutionResult> |
AWSMainframeModernizationAsyncClient.getBatchJobExecutionAsync(GetBatchJobExecutionRequest request,
AsyncHandler<GetBatchJobExecutionRequest,GetBatchJobExecutionResult> asyncHandler) |
Future<GetBatchJobExecutionResult> |
AWSMainframeModernizationAsync.getBatchJobExecutionAsync(GetBatchJobExecutionRequest getBatchJobExecutionRequest,
AsyncHandler<GetBatchJobExecutionRequest,GetBatchJobExecutionResult> asyncHandler)
Gets the details of a specific batch job execution for a specific application.
|
Future<GetBatchJobExecutionResult> |
AbstractAWSMainframeModernizationAsync.getBatchJobExecutionAsync(GetBatchJobExecutionRequest request,
AsyncHandler<GetBatchJobExecutionRequest,GetBatchJobExecutionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.clone() |
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withApplicationId(String applicationId)
The identifier of the application.
|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withBatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withEndTime(Date endTime)
The timestamp when the batch job execution ended.
|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withExecutionId(String executionId)
The unique identifier for this batch job execution.
|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withJobId(String jobId)
The unique identifier for this batch job.
|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withJobName(String jobName)
The name of this batch job.
|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withJobType(BatchJobType jobType)
The type of job.
|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withJobType(String jobType)
The type of job.
|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withJobUser(String jobUser)
The user for the job.
|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withReturnCode(String returnCode)
The batch job return code from either the Blu Age or Micro Focus runtime engines.
|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withStartTime(Date startTime)
The timestamp when the batch job execution started.
|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withStatus(BatchJobExecutionStatus status)
The status of the batch job execution.
|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withStatus(String status)
The status of the batch job execution.
|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withStatusReason(String statusReason)
The reason for the reported status.
|
Copyright © 2023. All rights reserved.