Uses of Interface
software.amazon.awssdk.services.ssm.model.PatchStatus.Builder
Packages that use PatchStatus.Builder
-
Uses of PatchStatus.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchStatus.BuilderModifier and TypeMethodDescriptionPatchStatus.Builder.approvalDate(Instant approvalDate) The date the patch was approved (or will be approved if the status isPENDING_APPROVAL).static PatchStatus.BuilderPatchStatus.builder()PatchStatus.Builder.complianceLevel(String complianceLevel) The compliance severity level for a patch.PatchStatus.Builder.complianceLevel(PatchComplianceLevel complianceLevel) The compliance severity level for a patch.PatchStatus.Builder.deploymentStatus(String deploymentStatus) The approval status of a patch.PatchStatus.Builder.deploymentStatus(PatchDeploymentStatus deploymentStatus) The approval status of a patch.PatchStatus.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchStatus.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PatchStatus.Builder>PatchStatus.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PatchStatus.BuilderModifier and TypeMethodDescriptiondefault EffectivePatch.BuilderEffectivePatch.Builder.patchStatus(Consumer<PatchStatus.Builder> patchStatus) The status of the patch in a patch baseline.