Uses of Class
software.amazon.awssdk.services.sms.model.ServerLaunchConfiguration
-
Packages that use ServerLaunchConfiguration Package Description software.amazon.awssdk.services.sms.model -
-
Uses of ServerLaunchConfiguration in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type ServerLaunchConfiguration Modifier and Type Method Description List<ServerLaunchConfiguration>ServerGroupLaunchConfiguration. serverLaunchConfigurations()The launch configuration for servers in the server group.Methods in software.amazon.awssdk.services.sms.model with parameters of type ServerLaunchConfiguration Modifier and Type Method Description ServerGroupLaunchConfiguration.BuilderServerGroupLaunchConfiguration.Builder. serverLaunchConfigurations(ServerLaunchConfiguration... serverLaunchConfigurations)The launch configuration for servers in the server group.Method parameters in software.amazon.awssdk.services.sms.model with type arguments of type ServerLaunchConfiguration Modifier and Type Method Description ServerGroupLaunchConfiguration.BuilderServerGroupLaunchConfiguration.Builder. serverLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)The launch configuration for servers in the server group.
-