| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ControlType |
ListControlsRequest.controlType()
The type of control, such as a standard control or a custom control.
|
static ControlType |
ControlType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ControlType |
Control.type()
Specifies whether the control is a standard control or a custom control.
|
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 |
|---|---|
static Set<ControlType> |
ControlType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListControlsRequest.Builder |
ListControlsRequest.Builder.controlType(ControlType controlType)
The type of control, such as a standard control or a custom control.
|
Control.Builder |
Control.Builder.type(ControlType type)
Specifies whether the control is a standard control or a custom control.
|
Copyright © 2023. All rights reserved.