| 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 ListDeploymentsResponse |
M2Client.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Returns a list of all deployments of a specific application.
|
default CompletableFuture<ListDeploymentsResponse> |
M2AsyncClient.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Returns a list of all deployments of a specific application.
|
default ListDeploymentsIterable |
M2Client.listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Returns a list of all deployments of a specific application.
|
default ListDeploymentsPublisher |
M2AsyncClient.listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Returns a list of all deployments of a specific application.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.applicationId(String applicationId)
The application identifier.
|
static ListDeploymentsRequest.Builder |
ListDeploymentsRequest.builder() |
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.maxResults(Integer maxResults)
The maximum number of objects to return.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.nextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDeploymentsRequest.Builder> |
ListDeploymentsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.