Uses of Interface
software.amazon.awssdk.services.ssm.model.PatchSource.Builder
-
Packages that use PatchSource.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of PatchSource.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchSource.Builder Modifier and Type Method Description static PatchSource.BuilderPatchSource. builder()PatchSource.BuilderPatchSource.Builder. configuration(String configuration)The value of the yum repo configuration.PatchSource.BuilderPatchSource.Builder. name(String name)The name specified to identify the patch source.PatchSource.BuilderPatchSource.Builder. products(String... products)The specific operating system versions a patch repository applies to, such as "Ubuntu16.04", "AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7".PatchSource.BuilderPatchSource.Builder. products(Collection<String> products)The specific operating system versions a patch repository applies to, such as "Ubuntu16.04", "AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7".PatchSource.BuilderPatchSource. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchSource.Builder Modifier and Type Method Description static Class<? extends PatchSource.Builder>PatchSource. serializableBuilderClass()
-