| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
AppSummary |
AppSummary.clone() |
AppSummary |
GetAppResult.getAppSummary()
Information about the application.
|
AppSummary |
CreateAppResult.getAppSummary()
A summary description of the application.
|
AppSummary |
UpdateAppResult.getAppSummary()
A summary description of the application.
|
AppSummary |
AppSummary.withAppId(String appId)
The unique ID of the application.
|
AppSummary |
AppSummary.withCreationTime(Date creationTime)
The creation time of the application.
|
AppSummary |
AppSummary.withDescription(String description)
The description of the application.
|
AppSummary |
AppSummary.withImportedAppId(String importedAppId)
The ID of the application.
|
AppSummary |
AppSummary.withLastModified(Date lastModified)
The last modified time of the application.
|
AppSummary |
AppSummary.withLatestReplicationTime(Date latestReplicationTime)
The timestamp of the application's most recent successful replication.
|
AppSummary |
AppSummary.withLaunchConfigurationStatus(AppLaunchConfigurationStatus launchConfigurationStatus)
Status of the launch configuration.
|
AppSummary |
AppSummary.withLaunchConfigurationStatus(String launchConfigurationStatus)
Status of the launch configuration.
|
AppSummary |
AppSummary.withLaunchDetails(LaunchDetails launchDetails)
Details about the latest launch of the application.
|
AppSummary |
AppSummary.withLaunchStatus(AppLaunchStatus launchStatus)
The launch status of the application.
|
AppSummary |
AppSummary.withLaunchStatus(String launchStatus)
The 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)
The name of the application.
|
AppSummary |
AppSummary.withReplicationConfigurationStatus(AppReplicationConfigurationStatus replicationConfigurationStatus)
Status of the replication configuration.
|
AppSummary |
AppSummary.withReplicationConfigurationStatus(String replicationConfigurationStatus)
Status of the replication configuration.
|
AppSummary |
AppSummary.withReplicationStatus(AppReplicationStatus replicationStatus)
The replication status of the application.
|
AppSummary |
AppSummary.withReplicationStatus(String replicationStatus)
The 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)
The name of the service role in the customer's account used by Server Migration Service.
|
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)
The number of server groups present in the application.
|
AppSummary |
AppSummary.withTotalServers(Integer totalServers)
The number of servers present in the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppSummary> |
ListAppsResult.getApps()
The application summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAppResult.setAppSummary(AppSummary appSummary)
Information about the application.
|
void |
CreateAppResult.setAppSummary(AppSummary appSummary)
A summary description of the application.
|
void |
UpdateAppResult.setAppSummary(AppSummary appSummary)
A summary description of the application.
|
ListAppsResult |
ListAppsResult.withApps(AppSummary... apps)
The application summaries.
|
GetAppResult |
GetAppResult.withAppSummary(AppSummary appSummary)
Information about the application.
|
CreateAppResult |
CreateAppResult.withAppSummary(AppSummary appSummary)
A summary description of the application.
|
UpdateAppResult |
UpdateAppResult.withAppSummary(AppSummary appSummary)
A summary description of the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppsResult.setApps(Collection<AppSummary> apps)
The application summaries.
|
ListAppsResult |
ListAppsResult.withApps(Collection<AppSummary> apps)
The application summaries.
|
Copyright © 2024. All rights reserved.