| Package | Description |
|---|---|
| com.amazonaws.services.servermigration |
|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
GetAppLaunchConfigurationResult |
AbstractAWSServerMigration.getAppLaunchConfiguration(GetAppLaunchConfigurationRequest request) |
GetAppLaunchConfigurationResult |
AWSServerMigrationClient.getAppLaunchConfiguration(GetAppLaunchConfigurationRequest request)
Retrieves the application launch configuration associated with an application.
|
GetAppLaunchConfigurationResult |
AWSServerMigration.getAppLaunchConfiguration(GetAppLaunchConfigurationRequest getAppLaunchConfigurationRequest)
Retrieves the application launch configuration associated with an application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAppLaunchConfigurationResult> |
AbstractAWSServerMigrationAsync.getAppLaunchConfigurationAsync(GetAppLaunchConfigurationRequest request,
AsyncHandler<GetAppLaunchConfigurationRequest,GetAppLaunchConfigurationResult> asyncHandler) |
Future<GetAppLaunchConfigurationResult> |
AWSServerMigrationAsyncClient.getAppLaunchConfigurationAsync(GetAppLaunchConfigurationRequest request,
AsyncHandler<GetAppLaunchConfigurationRequest,GetAppLaunchConfigurationResult> asyncHandler) |
Future<GetAppLaunchConfigurationResult> |
AWSServerMigrationAsync.getAppLaunchConfigurationAsync(GetAppLaunchConfigurationRequest getAppLaunchConfigurationRequest,
AsyncHandler<GetAppLaunchConfigurationRequest,GetAppLaunchConfigurationResult> asyncHandler)
Retrieves the application launch configuration associated with an application.
|
| Modifier and Type | Method and Description |
|---|---|
GetAppLaunchConfigurationResult |
GetAppLaunchConfigurationResult.clone() |
GetAppLaunchConfigurationResult |
GetAppLaunchConfigurationResult.withAppId(String appId)
ID of the application associated with the launch configuration.
|
GetAppLaunchConfigurationResult |
GetAppLaunchConfigurationResult.withRoleName(String roleName)
Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.
|
GetAppLaunchConfigurationResult |
GetAppLaunchConfigurationResult.withServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
List of launch configurations for server groups in this application.
|
GetAppLaunchConfigurationResult |
GetAppLaunchConfigurationResult.withServerGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
List of launch configurations for server groups in this application.
|
Copyright © 2019. All rights reserved.