| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static PatchOperationType |
PatchOperationType.fromValue(String value)
Use this in place of valueOf.
|
static PatchOperationType |
PatchOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchOperationType[] |
PatchOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstancePatchState.setOperation(PatchOperationType operation)
The type of patching operation that was performed:
SCAN (assess patch compliance state) or
INSTALL (install missing patches). |
InstancePatchState |
InstancePatchState.withOperation(PatchOperationType operation)
The type of patching operation that was performed:
SCAN (assess patch compliance state) or
INSTALL (install missing patches). |
Copyright © 2021. All rights reserved.