| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static PatchAction |
PatchAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PatchAction |
CreatePatchBaselineRequest.rejectedPatchesAction()
The action for Patch Manager to take on patches included in the RejectedPackages list.
|
PatchAction |
UpdatePatchBaselineResponse.rejectedPatchesAction()
The action specified to take on patches included in the RejectedPatches list.
|
PatchAction |
GetPatchBaselineResponse.rejectedPatchesAction()
The action specified to take on patches included in the RejectedPatches list.
|
PatchAction |
UpdatePatchBaselineRequest.rejectedPatchesAction()
The action for Patch Manager to take on patches included in the RejectedPackages list.
|
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 |
|---|---|
static Set<PatchAction> |
PatchAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreatePatchBaselineRequest.Builder |
CreatePatchBaselineRequest.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction)
The action for Patch Manager to take on patches included in the RejectedPackages list.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction)
The action for Patch Manager to take on patches included in the RejectedPackages list.
|
Copyright © 2020. All rights reserved.