Uses of Class
software.amazon.awssdk.services.ssm.model.PatchAction
-
Packages that use PatchAction Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of PatchAction in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchAction Modifier and Type Method Description static PatchActionPatchAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PatchActionBaselineOverride. rejectedPatchesAction()The action for Patch Manager to take on patches included in theRejectedPackageslist.PatchActionCreatePatchBaselineRequest. rejectedPatchesAction()The action for Patch Manager to take on patches included in theRejectedPackageslist.PatchActionGetPatchBaselineResponse. rejectedPatchesAction()The action specified to take on patches included in theRejectedPatcheslist.PatchActionUpdatePatchBaselineRequest. rejectedPatchesAction()The action for Patch Manager to take on patches included in theRejectedPackageslist.PatchActionUpdatePatchBaselineResponse. rejectedPatchesAction()The action specified to take on patches included in theRejectedPatcheslist.static PatchActionPatchAction. valueOf(String name)Returns 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 PatchAction Modifier and Type Method Description static Set<PatchAction>PatchAction. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchAction Modifier and Type Method Description BaselineOverride.BuilderBaselineOverride.Builder. rejectedPatchesAction(PatchAction rejectedPatchesAction)The action for Patch Manager to take on patches included in theRejectedPackageslist.CreatePatchBaselineRequest.BuilderCreatePatchBaselineRequest.Builder. rejectedPatchesAction(PatchAction rejectedPatchesAction)The action for Patch Manager to take on patches included in theRejectedPackageslist.GetPatchBaselineResponse.BuilderGetPatchBaselineResponse.Builder. rejectedPatchesAction(PatchAction rejectedPatchesAction)The action specified to take on patches included in theRejectedPatcheslist.UpdatePatchBaselineRequest.BuilderUpdatePatchBaselineRequest.Builder. rejectedPatchesAction(PatchAction rejectedPatchesAction)The action for Patch Manager to take on patches included in theRejectedPackageslist.UpdatePatchBaselineResponse.BuilderUpdatePatchBaselineResponse.Builder. rejectedPatchesAction(PatchAction rejectedPatchesAction)The action specified to take on patches included in theRejectedPatcheslist.
-