| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
List<ServerGroupLaunchConfiguration> |
PutAppLaunchConfigurationRequest.serverGroupLaunchConfigurations()
Information about the launch configurations for server groups in the application.
|
List<ServerGroupLaunchConfiguration> |
GetAppLaunchConfigurationResponse.serverGroupLaunchConfigurations()
The launch configurations for server groups in this application.
|
| Modifier and Type | Method and Description |
|---|---|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
Information about the launch configurations for server groups in the application.
|
GetAppLaunchConfigurationResponse.Builder |
GetAppLaunchConfigurationResponse.Builder.serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
|
| Modifier and Type | Method and Description |
|---|---|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
Information about the launch configurations for server groups in the application.
|
GetAppLaunchConfigurationResponse.Builder |
GetAppLaunchConfigurationResponse.Builder.serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
|
Copyright © 2022. All rights reserved.