| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization |
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.
|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResult |
AbstractAWSMainframeModernization.listDeployments(ListDeploymentsRequest request) |
ListDeploymentsResult |
AWSMainframeModernizationClient.listDeployments(ListDeploymentsRequest request)
Returns a list of all deployments of a specific application.
|
ListDeploymentsResult |
AWSMainframeModernization.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Returns a list of all deployments of a specific application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentsResult> |
AWSMainframeModernizationAsyncClient.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AbstractAWSMainframeModernizationAsync.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AWSMainframeModernizationAsync.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Returns a list of all deployments of a specific application.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResult |
ListDeploymentsResult.clone() |
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(Collection<DeploymentSummary> deployments)
The list of deployments that is returned.
|
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(DeploymentSummary... deployments)
The list of deployments that is returned.
|
ListDeploymentsResult |
ListDeploymentsResult.withNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to
retrieve the next set of items.
|
Copyright © 2023. All rights reserved.