| Package | Description |
|---|---|
| com.amazonaws.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
static BaselineOperationType |
BaselineOperationType.fromValue(String value)
Use this in place of valueOf.
|
static BaselineOperationType |
BaselineOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaselineOperationType[] |
BaselineOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BaselineOperation |
BaselineOperation.withOperationType(BaselineOperationType operationType)
An enumerated type (
enum) with possible values of ENABLE_BASELINE,
DISABLE_BASELINE, UPDATE_ENABLED_BASELINE, or RESET_ENABLED_BASELINE. |
Copyright © 2025. All rights reserved.