| 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 |
|---|---|
GetApplicationResult |
AbstractAWSMainframeModernization.getApplication(GetApplicationRequest request) |
GetApplicationResult |
AWSMainframeModernization.getApplication(GetApplicationRequest getApplicationRequest)
Describes the details of a specific application.
|
GetApplicationResult |
AWSMainframeModernizationClient.getApplication(GetApplicationRequest request)
Describes the details of a specific application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetApplicationResult> |
AbstractAWSMainframeModernizationAsync.getApplicationAsync(GetApplicationRequest request,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler) |
Future<GetApplicationResult> |
AWSMainframeModernizationAsync.getApplicationAsync(GetApplicationRequest getApplicationRequest,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler)
Describes the details of a specific application.
|
Future<GetApplicationResult> |
AWSMainframeModernizationAsyncClient.getApplicationAsync(GetApplicationRequest request,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResult |
GetApplicationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetApplicationResult |
GetApplicationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetApplicationResult |
GetApplicationResult.clone() |
GetApplicationResult |
GetApplicationResult.withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the application.
|
GetApplicationResult |
GetApplicationResult.withApplicationId(String applicationId)
The identifier of the application.
|
GetApplicationResult |
GetApplicationResult.withCreationTime(Date creationTime)
The timestamp when this application was created.
|
GetApplicationResult |
GetApplicationResult.withDeployedVersion(DeployedVersionSummary deployedVersion)
The version of the application that is deployed.
|
GetApplicationResult |
GetApplicationResult.withDescription(String description)
The description of the application.
|
GetApplicationResult |
GetApplicationResult.withEngineType(EngineType engineType)
The type of the target platform for the application.
|
GetApplicationResult |
GetApplicationResult.withEngineType(String engineType)
The type of the target platform for the application.
|
GetApplicationResult |
GetApplicationResult.withEnvironmentId(String environmentId)
The identifier of the runtime environment where you want to deploy the application.
|
GetApplicationResult |
GetApplicationResult.withKmsKeyId(String kmsKeyId)
The identifier of a customer managed key.
|
GetApplicationResult |
GetApplicationResult.withLastStartTime(Date lastStartTime)
The timestamp when you last started the application.
|
GetApplicationResult |
GetApplicationResult.withLatestVersion(ApplicationVersionSummary latestVersion)
The latest version of the application.
|
GetApplicationResult |
GetApplicationResult.withListenerArns(Collection<String> listenerArns)
The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services
account.
|
GetApplicationResult |
GetApplicationResult.withListenerArns(String... listenerArns)
The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services
account.
|
GetApplicationResult |
GetApplicationResult.withListenerPorts(Collection<Integer> listenerPorts)
The port associated with the network load balancer listener created in your Amazon Web Services account.
|
GetApplicationResult |
GetApplicationResult.withListenerPorts(Integer... listenerPorts)
The port associated with the network load balancer listener created in your Amazon Web Services account.
|
GetApplicationResult |
GetApplicationResult.withLoadBalancerDnsName(String loadBalancerDnsName)
The public DNS name of the load balancer created in your Amazon Web Services account.
|
GetApplicationResult |
GetApplicationResult.withLogGroups(Collection<LogGroupSummary> logGroups)
The list of log summaries.
|
GetApplicationResult |
GetApplicationResult.withLogGroups(LogGroupSummary... logGroups)
The list of log summaries.
|
GetApplicationResult |
GetApplicationResult.withName(String name)
The unique identifier of the application.
|
GetApplicationResult |
GetApplicationResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role associated with the application.
|
GetApplicationResult |
GetApplicationResult.withStatus(ApplicationLifecycle status)
The status of the application.
|
GetApplicationResult |
GetApplicationResult.withStatus(String status)
The status of the application.
|
GetApplicationResult |
GetApplicationResult.withStatusReason(String statusReason)
The reason for the reported status.
|
GetApplicationResult |
GetApplicationResult.withTags(Map<String,String> tags)
A list of tags associated with the application.
|
GetApplicationResult |
GetApplicationResult.withTargetGroupArns(Collection<String> targetGroupArns)
Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer.
|
GetApplicationResult |
GetApplicationResult.withTargetGroupArns(String... targetGroupArns)
Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer.
|
Copyright © 2023. All rights reserved.