| Package | Description |
|---|---|
| com.amazonaws.services.servermigration |
|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutAppLaunchConfigurationResult> |
AWSServerMigrationAsync.putAppLaunchConfigurationAsync(PutAppLaunchConfigurationRequest putAppLaunchConfigurationRequest,
AsyncHandler<PutAppLaunchConfigurationRequest,PutAppLaunchConfigurationResult> asyncHandler)
Creates or updates the launch configuration for the specified application.
|
Future<PutAppLaunchConfigurationResult> |
AbstractAWSServerMigrationAsync.putAppLaunchConfigurationAsync(PutAppLaunchConfigurationRequest request,
AsyncHandler<PutAppLaunchConfigurationRequest,PutAppLaunchConfigurationResult> asyncHandler) |
Future<PutAppLaunchConfigurationResult> |
AWSServerMigrationAsyncClient.putAppLaunchConfigurationAsync(PutAppLaunchConfigurationRequest request,
AsyncHandler<PutAppLaunchConfigurationRequest,PutAppLaunchConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutAppLaunchConfigurationRequest |
PutAppLaunchConfigurationRequest.clone() |
PutAppLaunchConfigurationRequest |
PutAppLaunchConfigurationRequest.withAppId(String appId)
The ID of the application.
|
PutAppLaunchConfigurationRequest |
PutAppLaunchConfigurationRequest.withAutoLaunch(Boolean autoLaunch)
Indicates whether the application is configured to launch automatically after replication is complete.
|
PutAppLaunchConfigurationRequest |
PutAppLaunchConfigurationRequest.withRoleName(String roleName)
The name of service role in the customer's account that AWS CloudFormation uses to launch the application.
|
PutAppLaunchConfigurationRequest |
PutAppLaunchConfigurationRequest.withServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
Information about the launch configurations for server groups in the application.
|
PutAppLaunchConfigurationRequest |
PutAppLaunchConfigurationRequest.withServerGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
Information about the launch configurations for server groups in the application.
|
Copyright © 2021. All rights reserved.