Uses of Interface
software.amazon.awssdk.services.ssm.model.EffectivePatch.Builder
Packages that use EffectivePatch.Builder
-
Uses of EffectivePatch.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return EffectivePatch.BuilderModifier and TypeMethodDescriptionstatic 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.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.Builder.patchStatus(PatchStatus patchStatus) The status of the patch in a patch baseline.EffectivePatch.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type EffectivePatch.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EffectivePatch.Builder>EffectivePatch.serializableBuilderClass()