Uses of Interface
software.amazon.awssdk.services.ssm.model.EffectivePatch.Builder
-
Packages that use EffectivePatch.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of EffectivePatch.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return EffectivePatch.Builder Modifier and Type Method Description static EffectivePatch.BuilderEffectivePatch. builder()default EffectivePatch.BuilderEffectivePatch.Builder. patch(Consumer<Patch.Builder> patch)Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.EffectivePatch.BuilderEffectivePatch.Builder. patch(Patch patch)Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.default EffectivePatch.BuilderEffectivePatch.Builder. patchStatus(Consumer<PatchStatus.Builder> patchStatus)The status of the patch in a patch baseline.EffectivePatch.BuilderEffectivePatch.Builder. patchStatus(PatchStatus patchStatus)The status of the patch in a patch baseline.EffectivePatch.BuilderEffectivePatch. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type EffectivePatch.Builder Modifier and Type Method Description static Class<? extends EffectivePatch.Builder>EffectivePatch. serializableBuilderClass()
-