| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static ControlType |
ControlType.fromValue(String value)
Use this in place of valueOf.
|
static ControlType |
ControlType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlType[] |
ControlType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListControlsRequest |
ListControlsRequest.withControlType(ControlType controlType)
The type of control, such as a standard control or a custom control.
|
Control |
Control.withType(ControlType type)
The type of control, such as a custom control or a standard control.
|
Copyright © 2023. All rights reserved.