| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
ServerGroupLaunchConfiguration |
ServerGroupLaunchConfiguration.clone() |
ServerGroupLaunchConfiguration |
ServerGroupLaunchConfiguration.withLaunchOrder(Integer launchOrder)
Launch order of servers in the server group.
|
ServerGroupLaunchConfiguration |
ServerGroupLaunchConfiguration.withServerGroupId(String serverGroupId)
Identifier of the server group the launch configuration is associated with.
|
ServerGroupLaunchConfiguration |
ServerGroupLaunchConfiguration.withServerLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)
Launch configuration for servers in the server group.
|
ServerGroupLaunchConfiguration |
ServerGroupLaunchConfiguration.withServerLaunchConfigurations(ServerLaunchConfiguration... serverLaunchConfigurations)
Launch configuration for servers in the server group.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerGroupLaunchConfiguration> |
PutAppLaunchConfigurationRequest.getServerGroupLaunchConfigurations()
Launch configurations for server groups in the application.
|
List<ServerGroupLaunchConfiguration> |
GetAppLaunchConfigurationResult.getServerGroupLaunchConfigurations()
List of launch configurations for server groups in this application.
|
| Modifier and Type | Method and Description |
|---|---|
PutAppLaunchConfigurationRequest |
PutAppLaunchConfigurationRequest.withServerGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
Launch configurations for server groups in the application.
|
GetAppLaunchConfigurationResult |
GetAppLaunchConfigurationResult.withServerGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
List of launch configurations for server groups in this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutAppLaunchConfigurationRequest.setServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
Launch configurations for server groups in the application.
|
void |
GetAppLaunchConfigurationResult.setServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
List of launch configurations for server groups in this application.
|
PutAppLaunchConfigurationRequest |
PutAppLaunchConfigurationRequest.withServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
Launch configurations for server groups in the application.
|
GetAppLaunchConfigurationResult |
GetAppLaunchConfigurationResult.withServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
List of launch configurations for server groups in this application.
|
Copyright © 2019. All rights reserved.