| 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 StartBatchJobResponse |
M2Client.startBatchJob(Consumer<StartBatchJobRequest.Builder> startBatchJobRequest)
Starts a batch job and returns the unique identifier of this execution of the batch job.
|
default CompletableFuture<StartBatchJobResponse> |
M2AsyncClient.startBatchJob(Consumer<StartBatchJobRequest.Builder> startBatchJobRequest)
Starts a batch job and returns the unique identifier of this execution of the batch job.
|
| Modifier and Type | Method and Description |
|---|---|
StartBatchJobRequest.Builder |
StartBatchJobRequest.Builder.applicationId(String applicationId)
The unique identifier of the application associated with this batch job.
|
StartBatchJobRequest.Builder |
StartBatchJobRequest.Builder.batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of the batch job.
|
default StartBatchJobRequest.Builder |
StartBatchJobRequest.Builder.batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)
The unique identifier of the batch job.
|
static StartBatchJobRequest.Builder |
StartBatchJobRequest.builder() |
StartBatchJobRequest.Builder |
StartBatchJobRequest.Builder.jobParams(Map<String,String> jobParams)
The collection of batch job parameters.
|
StartBatchJobRequest.Builder |
StartBatchJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartBatchJobRequest.Builder |
StartBatchJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartBatchJobRequest.Builder |
StartBatchJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartBatchJobRequest.Builder> |
StartBatchJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.