| Package | Description |
|---|---|
| com.amazonaws.services.servermigration |
|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutAppLaunchConfigurationResult> |
AbstractAWSServerMigrationAsync.putAppLaunchConfigurationAsync(PutAppLaunchConfigurationRequest request,
AsyncHandler<PutAppLaunchConfigurationRequest,PutAppLaunchConfigurationResult> asyncHandler) |
Future<PutAppLaunchConfigurationResult> |
AWSServerMigrationAsyncClient.putAppLaunchConfigurationAsync(PutAppLaunchConfigurationRequest request,
AsyncHandler<PutAppLaunchConfigurationRequest,PutAppLaunchConfigurationResult> asyncHandler) |
Future<PutAppLaunchConfigurationResult> |
AWSServerMigrationAsync.putAppLaunchConfigurationAsync(PutAppLaunchConfigurationRequest putAppLaunchConfigurationRequest,
AsyncHandler<PutAppLaunchConfigurationRequest,PutAppLaunchConfigurationResult> asyncHandler)
Creates a launch configuration for an application.
|
| Modifier and Type | Method and Description |
|---|---|
PutAppLaunchConfigurationRequest |
PutAppLaunchConfigurationRequest.clone() |
PutAppLaunchConfigurationRequest |
PutAppLaunchConfigurationRequest.withAppId(String appId)
ID of the application associated with the launch configuration.
|
PutAppLaunchConfigurationRequest |
PutAppLaunchConfigurationRequest.withRoleName(String roleName)
Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.
|
PutAppLaunchConfigurationRequest |
PutAppLaunchConfigurationRequest.withServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
Launch configurations for server groups in the application.
|
PutAppLaunchConfigurationRequest |
PutAppLaunchConfigurationRequest.withServerGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
Launch configurations for server groups in the application.
|
Copyright © 2020. All rights reserved.