| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static PatchAction |
PatchAction.fromValue(String value)
Use this in place of valueOf.
|
static PatchAction |
PatchAction.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePatchBaselineRequest.setRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action for Patch Manager to take on patches included in the RejectedPackages list.
|
void |
UpdatePatchBaselineResult.setRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
void |
GetPatchBaselineResult.setRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
void |
UpdatePatchBaselineRequest.setRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action for Patch Manager to take on patches included in the RejectedPackages list.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action for Patch Manager to take on patches included in the RejectedPackages list.
|
BaselineOverride |
BaselineOverride.withRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action for Patch Manager to take on patches included in the RejectedPackages list.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
UpdatePatchBaselineRequest |
UpdatePatchBaselineRequest.withRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action for Patch Manager to take on patches included in the RejectedPackages list.
|
Copyright © 2021. All rights reserved.