| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2 |
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.
|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBatchJobExecutionResponse> |
M2AsyncClient.getBatchJobExecution(Consumer<GetBatchJobExecutionRequest.Builder> getBatchJobExecutionRequest)
Gets the details of a specific batch job execution for a specific application.
|
default GetBatchJobExecutionResponse |
M2Client.getBatchJobExecution(Consumer<GetBatchJobExecutionRequest.Builder> getBatchJobExecutionRequest)
Gets the details of a specific batch job execution for a specific application.
|
| Modifier and Type | Method and Description |
|---|---|
GetBatchJobExecutionRequest.Builder |
GetBatchJobExecutionRequest.Builder.applicationId(String applicationId)
The identifier of the application.
|
static GetBatchJobExecutionRequest.Builder |
GetBatchJobExecutionRequest.builder() |
GetBatchJobExecutionRequest.Builder |
GetBatchJobExecutionRequest.Builder.executionId(String executionId)
The unique identifier of the batch job execution.
|
GetBatchJobExecutionRequest.Builder |
GetBatchJobExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBatchJobExecutionRequest.Builder |
GetBatchJobExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBatchJobExecutionRequest.Builder |
GetBatchJobExecutionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBatchJobExecutionRequest.Builder> |
GetBatchJobExecutionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.