| 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)
A filter that narrows the list of controls to a specific type.
|
Control |
Control.withType(ControlType type)
Specifies whether the control is a standard control or a custom control.
|
Copyright © 2024. All rights reserved.