Uses of Class
software.amazon.awssdk.services.sms.model.ServerGroupLaunchConfiguration
-
Packages that use ServerGroupLaunchConfiguration Package Description software.amazon.awssdk.services.sms.model -
-
Uses of ServerGroupLaunchConfiguration in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type ServerGroupLaunchConfiguration Modifier and Type Method Description List<ServerGroupLaunchConfiguration>GetAppLaunchConfigurationResponse. serverGroupLaunchConfigurations()The launch configurations for server groups in this application.List<ServerGroupLaunchConfiguration>PutAppLaunchConfigurationRequest. serverGroupLaunchConfigurations()Information about the launch configurations for server groups in the application.Methods in software.amazon.awssdk.services.sms.model with parameters of type ServerGroupLaunchConfiguration Modifier and Type Method Description GetAppLaunchConfigurationResponse.BuilderGetAppLaunchConfigurationResponse.Builder. serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)The launch configurations for server groups in this application.PutAppLaunchConfigurationRequest.BuilderPutAppLaunchConfigurationRequest.Builder. serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)Information about the launch configurations for server groups in the application.Method parameters in software.amazon.awssdk.services.sms.model with type arguments of type ServerGroupLaunchConfiguration Modifier and Type Method Description GetAppLaunchConfigurationResponse.BuilderGetAppLaunchConfigurationResponse.Builder. serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)The launch configurations for server groups in this application.PutAppLaunchConfigurationRequest.BuilderPutAppLaunchConfigurationRequest.Builder. serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)Information about the launch configurations for server groups in the application.
-