| 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 |
|---|---|
GetDeploymentResult |
AbstractAWSMainframeModernization.getDeployment(GetDeploymentRequest request) |
GetDeploymentResult |
AWSMainframeModernization.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets details of a specific deployment with a given deployment identifier.
|
GetDeploymentResult |
AWSMainframeModernizationClient.getDeployment(GetDeploymentRequest request)
Gets details of a specific deployment with a given deployment identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeploymentResult> |
AbstractAWSMainframeModernizationAsync.getDeploymentAsync(GetDeploymentRequest request) |
Future<GetDeploymentResult> |
AWSMainframeModernizationAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest)
Gets details of a specific deployment with a given deployment identifier.
|
Future<GetDeploymentResult> |
AWSMainframeModernizationAsyncClient.getDeploymentAsync(GetDeploymentRequest request) |
Future<GetDeploymentResult> |
AbstractAWSMainframeModernizationAsync.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
Future<GetDeploymentResult> |
AWSMainframeModernizationAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Gets details of a specific deployment with a given deployment identifier.
|
Future<GetDeploymentResult> |
AWSMainframeModernizationAsyncClient.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeploymentResult> |
AbstractAWSMainframeModernizationAsync.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
Future<GetDeploymentResult> |
AWSMainframeModernizationAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Gets details of a specific deployment with a given deployment identifier.
|
Future<GetDeploymentResult> |
AWSMainframeModernizationAsyncClient.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentResult |
GetDeploymentResult.clone() |
GetDeploymentResult |
GetDeploymentResult.withApplicationId(String applicationId)
The unique identifier of the application.
|
GetDeploymentResult |
GetDeploymentResult.withApplicationVersion(Integer applicationVersion)
The application version.
|
GetDeploymentResult |
GetDeploymentResult.withCreationTime(Date creationTime)
The timestamp when the deployment was created.
|
GetDeploymentResult |
GetDeploymentResult.withDeploymentId(String deploymentId)
The unique identifier of the deployment.
|
GetDeploymentResult |
GetDeploymentResult.withEnvironmentId(String environmentId)
The unique identifier of the runtime environment.
|
GetDeploymentResult |
GetDeploymentResult.withStatus(DeploymentLifecycle status)
The status of the deployment.
|
GetDeploymentResult |
GetDeploymentResult.withStatus(String status)
The status of the deployment.
|
GetDeploymentResult |
GetDeploymentResult.withStatusReason(String statusReason)
The reason for the reported status.
|
Copyright © 2022. All rights reserved.