Uses of Interface
software.amazon.awssdk.services.opsworks.model.OperatingSystemConfigurationManager.Builder
-
Packages that use OperatingSystemConfigurationManager.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of OperatingSystemConfigurationManager.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return OperatingSystemConfigurationManager.Builder Modifier and Type Method Description static OperatingSystemConfigurationManager.BuilderOperatingSystemConfigurationManager. builder()OperatingSystemConfigurationManager.BuilderOperatingSystemConfigurationManager.Builder. name(String name)The name of the configuration manager, which is Chef.OperatingSystemConfigurationManager.BuilderOperatingSystemConfigurationManager. toBuilder()OperatingSystemConfigurationManager.BuilderOperatingSystemConfigurationManager.Builder. version(String version)The versions of the configuration manager that are supported by an operating system.Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type OperatingSystemConfigurationManager.Builder Modifier and Type Method Description static Class<? extends OperatingSystemConfigurationManager.Builder>OperatingSystemConfigurationManager. serializableBuilderClass()
-