Uses of Class
software.amazon.awssdk.services.opsworks.model.OperatingSystemConfigurationManager
-
Packages that use OperatingSystemConfigurationManager Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of OperatingSystemConfigurationManager in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type OperatingSystemConfigurationManager Modifier and Type Method Description List<OperatingSystemConfigurationManager>OperatingSystem. configurationManagers()Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type OperatingSystemConfigurationManager Modifier and Type Method Description OperatingSystem.BuilderOperatingSystem.Builder. configurationManagers(OperatingSystemConfigurationManager... configurationManagers)Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type OperatingSystemConfigurationManager Modifier and Type Method Description OperatingSystem.BuilderOperatingSystem.Builder. configurationManagers(Collection<OperatingSystemConfigurationManager> configurationManagers)Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.
-