| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchDetails |
LaunchDetails.clone() |
LaunchDetails |
AppSummary.getLaunchDetails()
Details about the latest launch of the application.
|
LaunchDetails |
LaunchDetails.withLatestLaunchTime(Date latestLaunchTime)
The latest time that this application was launched successfully.
|
LaunchDetails |
LaunchDetails.withStackId(String stackId)
The ID of the latest stack launched for this application.
|
LaunchDetails |
LaunchDetails.withStackName(String stackName)
The name of the latest stack launched for this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AppSummary.setLaunchDetails(LaunchDetails launchDetails)
Details about the latest launch of the application.
|
AppSummary |
AppSummary.withLaunchDetails(LaunchDetails launchDetails)
Details about the latest launch of the application.
|
Copyright © 2022. All rights reserved.