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