| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
AppSummary |
AppSummary.clone() |
AppSummary |
GetAppResult.getAppSummary()
Information about the application.
|
AppSummary |
UpdateAppResult.getAppSummary()
Summary description of the application.
|
AppSummary |
CreateAppResult.getAppSummary()
Summary description of the application.
|
AppSummary |
AppSummary.withAppId(String appId)
Unique ID of the application.
|
AppSummary |
AppSummary.withCreationTime(Date creationTime)
Time of creation of this application.
|
AppSummary |
AppSummary.withDescription(String description)
Description of the application.
|
AppSummary |
AppSummary.withLastModified(Date lastModified)
Timestamp of the application's creation.
|
AppSummary |
AppSummary.withLatestReplicationTime(Date latestReplicationTime)
Timestamp of the application's most recent successful replication.
|
AppSummary |
AppSummary.withLaunchDetails(LaunchDetails launchDetails)
Details about the latest launch of the application.
|
AppSummary |
AppSummary.withLaunchStatus(AppLaunchStatus launchStatus)
Launch status of the application.
|
AppSummary |
AppSummary.withLaunchStatus(String launchStatus)
Launch status of the application.
|
AppSummary |
AppSummary.withLaunchStatusMessage(String launchStatusMessage)
A message related to the launch status of the application.
|
AppSummary |
AppSummary.withName(String name)
Name of the application.
|
AppSummary |
AppSummary.withReplicationStatus(AppReplicationStatus replicationStatus)
Replication status of the application.
|
AppSummary |
AppSummary.withReplicationStatus(String replicationStatus)
Replication status of the application.
|
AppSummary |
AppSummary.withReplicationStatusMessage(String replicationStatusMessage)
A message related to the replication status of the application.
|
AppSummary |
AppSummary.withRoleName(String roleName)
Name of the service role in the customer's account used by AWS SMS.
|
AppSummary |
AppSummary.withStatus(AppStatus status)
Status of the application.
|
AppSummary |
AppSummary.withStatus(String status)
Status of the application.
|
AppSummary |
AppSummary.withStatusMessage(String statusMessage)
A message related to the status of the application
|
AppSummary |
AppSummary.withTotalServerGroups(Integer totalServerGroups)
Number of server groups present in the application.
|
AppSummary |
AppSummary.withTotalServers(Integer totalServers)
Number of servers present in the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppSummary> |
ListAppsResult.getApps()
A list of application summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAppResult.setAppSummary(AppSummary appSummary)
Information about the application.
|
void |
UpdateAppResult.setAppSummary(AppSummary appSummary)
Summary description of the application.
|
void |
CreateAppResult.setAppSummary(AppSummary appSummary)
Summary description of the application.
|
ListAppsResult |
ListAppsResult.withApps(AppSummary... apps)
A list of application summaries.
|
GetAppResult |
GetAppResult.withAppSummary(AppSummary appSummary)
Information about the application.
|
UpdateAppResult |
UpdateAppResult.withAppSummary(AppSummary appSummary)
Summary description of the application.
|
CreateAppResult |
CreateAppResult.withAppSummary(AppSummary appSummary)
Summary description of the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppsResult.setApps(Collection<AppSummary> apps)
A list of application summaries.
|
ListAppsResult |
ListAppsResult.withApps(Collection<AppSummary> apps)
A list of application summaries.
|
Copyright © 2019. All rights reserved.