| 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 |
|---|---|
GetApplicationVersionResult |
AbstractAWSMainframeModernization.getApplicationVersion(GetApplicationVersionRequest request) |
GetApplicationVersionResult |
AWSMainframeModernizationClient.getApplicationVersion(GetApplicationVersionRequest request)
Returns details about a specific version of a specific application.
|
GetApplicationVersionResult |
AWSMainframeModernization.getApplicationVersion(GetApplicationVersionRequest getApplicationVersionRequest)
Returns details about a specific version of a specific application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetApplicationVersionResult> |
AWSMainframeModernizationAsyncClient.getApplicationVersionAsync(GetApplicationVersionRequest request,
AsyncHandler<GetApplicationVersionRequest,GetApplicationVersionResult> asyncHandler) |
Future<GetApplicationVersionResult> |
AbstractAWSMainframeModernizationAsync.getApplicationVersionAsync(GetApplicationVersionRequest request,
AsyncHandler<GetApplicationVersionRequest,GetApplicationVersionResult> asyncHandler) |
Future<GetApplicationVersionResult> |
AWSMainframeModernizationAsync.getApplicationVersionAsync(GetApplicationVersionRequest getApplicationVersionRequest,
AsyncHandler<GetApplicationVersionRequest,GetApplicationVersionResult> asyncHandler)
Returns details about a specific version of a specific application.
|
| Modifier and Type | Method and Description |
|---|---|
GetApplicationVersionResult |
GetApplicationVersionResult.clone() |
GetApplicationVersionResult |
GetApplicationVersionResult.withApplicationVersion(Integer applicationVersion)
The specific version of the application.
|
GetApplicationVersionResult |
GetApplicationVersionResult.withCreationTime(Date creationTime)
The timestamp when the application version was created.
|
GetApplicationVersionResult |
GetApplicationVersionResult.withDefinitionContent(String definitionContent)
The content of the application definition.
|
GetApplicationVersionResult |
GetApplicationVersionResult.withDescription(String description)
The application description.
|
GetApplicationVersionResult |
GetApplicationVersionResult.withName(String name)
The name of the application version.
|
GetApplicationVersionResult |
GetApplicationVersionResult.withStatus(ApplicationVersionLifecycle status)
The status of the application version.
|
GetApplicationVersionResult |
GetApplicationVersionResult.withStatus(String status)
The status of the application version.
|
GetApplicationVersionResult |
GetApplicationVersionResult.withStatusReason(String statusReason)
The reason for the reported status.
|
Copyright © 2024. All rights reserved.