| 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 ListDeploymentsResponse |
M2Client.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Returns a list of all deployments of a specific application.
|
default ListDeploymentsResponse |
M2Client.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Returns a list of all deployments of a specific application.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDeploymentsResponse> |
M2AsyncClient.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Returns a list of all deployments of a specific application.
|
default CompletableFuture<ListDeploymentsResponse> |
M2AsyncClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Returns a list of all deployments of a specific application.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDeploymentsResponse> |
ListDeploymentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDeploymentsResponse> subscriber) |
Copyright © 2023. All rights reserved.