| Package | Description |
|---|---|
| com.amazonaws.services.servermigration |
|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
GetAppLaunchConfigurationResult |
AWSServerMigrationClient.getAppLaunchConfiguration(GetAppLaunchConfigurationRequest request)
Retrieves the application launch configuration associated with the specified application.
|
GetAppLaunchConfigurationResult |
AbstractAWSServerMigration.getAppLaunchConfiguration(GetAppLaunchConfigurationRequest request) |
GetAppLaunchConfigurationResult |
AWSServerMigration.getAppLaunchConfiguration(GetAppLaunchConfigurationRequest getAppLaunchConfigurationRequest)
Retrieves the application launch configuration associated with the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAppLaunchConfigurationResult> |
AWSServerMigrationAsyncClient.getAppLaunchConfigurationAsync(GetAppLaunchConfigurationRequest request,
AsyncHandler<GetAppLaunchConfigurationRequest,GetAppLaunchConfigurationResult> asyncHandler) |
Future<GetAppLaunchConfigurationResult> |
AbstractAWSServerMigrationAsync.getAppLaunchConfigurationAsync(GetAppLaunchConfigurationRequest request,
AsyncHandler<GetAppLaunchConfigurationRequest,GetAppLaunchConfigurationResult> asyncHandler) |
Future<GetAppLaunchConfigurationResult> |
AWSServerMigrationAsync.getAppLaunchConfigurationAsync(GetAppLaunchConfigurationRequest getAppLaunchConfigurationRequest,
AsyncHandler<GetAppLaunchConfigurationRequest,GetAppLaunchConfigurationResult> asyncHandler)
Retrieves the application launch configuration associated with the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
GetAppLaunchConfigurationResult |
GetAppLaunchConfigurationResult.clone() |
GetAppLaunchConfigurationResult |
GetAppLaunchConfigurationResult.withAppId(String appId)
The ID of the application.
|
GetAppLaunchConfigurationResult |
GetAppLaunchConfigurationResult.withAutoLaunch(Boolean autoLaunch)
Indicates whether the application is configured to launch automatically after replication is complete.
|
GetAppLaunchConfigurationResult |
GetAppLaunchConfigurationResult.withRoleName(String roleName)
The name of the service role in the customer's account that CloudFormation uses to launch the application.
|
GetAppLaunchConfigurationResult |
GetAppLaunchConfigurationResult.withServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
|
GetAppLaunchConfigurationResult |
GetAppLaunchConfigurationResult.withServerGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
|
Copyright © 2022. All rights reserved.