Uses of Enum
software.amazon.awssdk.services.ssm.model.PatchAction
Packages that use PatchAction
-
Uses of PatchAction in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchActionModifier and TypeMethodDescriptionstatic PatchActionUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PatchActionBaselineOverride.rejectedPatchesAction()The action for Patch Manager to take on patches included in theRejectedPackageslist.final PatchActionCreatePatchBaselineRequest.rejectedPatchesAction()The action for Patch Manager to take on patches included in theRejectedPackageslist.final PatchActionGetPatchBaselineResponse.rejectedPatchesAction()The action specified to take on patches included in theRejectedPatcheslist.final PatchActionUpdatePatchBaselineRequest.rejectedPatchesAction()The action for Patch Manager to take on patches included in theRejectedPackageslist.final PatchActionUpdatePatchBaselineResponse.rejectedPatchesAction()The action specified to take on patches included in theRejectedPatcheslist.static PatchActionReturns the enum constant of this type with the specified name.static PatchAction[]PatchAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchActionMethods in software.amazon.awssdk.services.ssm.model with parameters of type PatchActionModifier and TypeMethodDescriptionBaselineOverride.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction) The action for Patch Manager to take on patches included in theRejectedPackageslist.CreatePatchBaselineRequest.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction) The action for Patch Manager to take on patches included in theRejectedPackageslist.GetPatchBaselineResponse.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction) The action specified to take on patches included in theRejectedPatcheslist.UpdatePatchBaselineRequest.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction) The action for Patch Manager to take on patches included in theRejectedPackageslist.UpdatePatchBaselineResponse.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction) The action specified to take on patches included in theRejectedPatcheslist.