| 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 CancelBatchJobExecutionResponse |
M2Client.cancelBatchJobExecution(Consumer<CancelBatchJobExecutionRequest.Builder> cancelBatchJobExecutionRequest)
Cancels the running of a specific batch job execution.
|
default CompletableFuture<CancelBatchJobExecutionResponse> |
M2AsyncClient.cancelBatchJobExecution(Consumer<CancelBatchJobExecutionRequest.Builder> cancelBatchJobExecutionRequest)
Cancels the running of a specific batch job execution.
|
| Modifier and Type | Method and Description |
|---|---|
CancelBatchJobExecutionRequest.Builder |
CancelBatchJobExecutionRequest.Builder.applicationId(String applicationId)
The unique identifier of the application.
|
static CancelBatchJobExecutionRequest.Builder |
CancelBatchJobExecutionRequest.builder() |
CancelBatchJobExecutionRequest.Builder |
CancelBatchJobExecutionRequest.Builder.executionId(String executionId)
The unique identifier of the batch job execution.
|
CancelBatchJobExecutionRequest.Builder |
CancelBatchJobExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelBatchJobExecutionRequest.Builder |
CancelBatchJobExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelBatchJobExecutionRequest.Builder |
CancelBatchJobExecutionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CancelBatchJobExecutionRequest.Builder> |
CancelBatchJobExecutionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.