| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListBatchJobDefinitionsResponse |
M2Client.listBatchJobDefinitions(Consumer<ListBatchJobDefinitionsRequest.Builder> listBatchJobDefinitionsRequest)
Lists all the available batch job definitions based on the batch job resources uploaded during the application
creation.
|
default ListBatchJobDefinitionsResponse |
M2Client.listBatchJobDefinitions(ListBatchJobDefinitionsRequest listBatchJobDefinitionsRequest)
Lists all the available batch job definitions based on the batch job resources uploaded during the application
creation.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBatchJobDefinitionsResponse> |
M2AsyncClient.listBatchJobDefinitions(Consumer<ListBatchJobDefinitionsRequest.Builder> listBatchJobDefinitionsRequest)
Lists all the available batch job definitions based on the batch job resources uploaded during the application
creation.
|
default CompletableFuture<ListBatchJobDefinitionsResponse> |
M2AsyncClient.listBatchJobDefinitions(ListBatchJobDefinitionsRequest listBatchJobDefinitionsRequest)
Lists all the available batch job definitions based on the batch job resources uploaded during the application
creation.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBatchJobDefinitionsResponse> |
ListBatchJobDefinitionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBatchJobDefinitionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBatchJobDefinitionsResponse> subscriber) |
Copyright © 2023. All rights reserved.