| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSummary |
ApplicationSummary.clone() |
ApplicationSummary |
ApplicationSummary.withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the application.
|
ApplicationSummary |
ApplicationSummary.withApplicationId(String applicationId)
The unique identifier of the application.
|
ApplicationSummary |
ApplicationSummary.withApplicationVersion(Integer applicationVersion)
The version of the application.
|
ApplicationSummary |
ApplicationSummary.withCreationTime(Date creationTime)
The timestamp when the application was created.
|
ApplicationSummary |
ApplicationSummary.withDeploymentStatus(ApplicationDeploymentLifecycle deploymentStatus)
Indicates either an ongoing deployment or if the application has ever deployed successfully.
|
ApplicationSummary |
ApplicationSummary.withDeploymentStatus(String deploymentStatus)
Indicates either an ongoing deployment or if the application has ever deployed successfully.
|
ApplicationSummary |
ApplicationSummary.withDescription(String description)
The description of the application.
|
ApplicationSummary |
ApplicationSummary.withEngineType(EngineType engineType)
The type of the target platform for this application.
|
ApplicationSummary |
ApplicationSummary.withEngineType(String engineType)
The type of the target platform for this application.
|
ApplicationSummary |
ApplicationSummary.withEnvironmentId(String environmentId)
The unique identifier of the runtime environment that hosts this application.
|
ApplicationSummary |
ApplicationSummary.withLastStartTime(Date lastStartTime)
The timestamp when you last started the application.
|
ApplicationSummary |
ApplicationSummary.withName(String name)
The name of the application.
|
ApplicationSummary |
ApplicationSummary.withStatus(ApplicationLifecycle status)
The status of the application.
|
ApplicationSummary |
ApplicationSummary.withStatus(String status)
The status of the application.
|
ApplicationSummary |
ApplicationSummary.withVersionStatus(ApplicationVersionLifecycle versionStatus)
Indicates the status of the latest version of the application.
|
ApplicationSummary |
ApplicationSummary.withVersionStatus(String versionStatus)
Indicates the status of the latest version of the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationSummary> |
ListApplicationsResult.getApplications()
Returns a list of summary details for all the applications in a runtime environment.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResult |
ListApplicationsResult.withApplications(ApplicationSummary... applications)
Returns a list of summary details for all the applications in a runtime environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationsResult.setApplications(Collection<ApplicationSummary> applications)
Returns a list of summary details for all the applications in a runtime environment.
|
ListApplicationsResult |
ListApplicationsResult.withApplications(Collection<ApplicationSummary> applications)
Returns a list of summary details for all the applications in a runtime environment.
|
Copyright © 2023. All rights reserved.