| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Control |
GetControlResponse.control()
The name of the control that the
GetControl API returned. |
Control |
CreateControlResponse.control()
The new control that the
CreateControl API returned. |
Control |
UpdateControlResponse.control()
The name of the updated control set that the
UpdateControl API returned. |
| Modifier and Type | Method and Description |
|---|---|
List<Control> |
ControlSet.controls()
The list of controls within the control set.
|
| Modifier and Type | Method and Description |
|---|---|
GetControlResponse.Builder |
GetControlResponse.Builder.control(Control control)
The name of the control that the
GetControl API returned. |
CreateControlResponse.Builder |
CreateControlResponse.Builder.control(Control control)
The new control that the
CreateControl API returned. |
UpdateControlResponse.Builder |
UpdateControlResponse.Builder.control(Control control)
The name of the updated control set that the
UpdateControl API returned. |
ControlSet.Builder |
ControlSet.Builder.controls(Control... controls)
The list of controls within the control set.
|
| Modifier and Type | Method and Description |
|---|---|
ControlSet.Builder |
ControlSet.Builder.controls(Collection<Control> controls)
The list of controls within the control set.
|
Copyright © 2022. All rights reserved.