| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ControlMetadata |
ControlMetadata.clone() |
ControlMetadata |
ControlMetadata.withArn(String arn)
The Amazon Resource Name (ARN) of the control.
|
ControlMetadata |
ControlMetadata.withControlSources(String controlSources)
The data source that determines where Audit Manager collects evidence from for the control.
|
ControlMetadata |
ControlMetadata.withCreatedAt(Date createdAt)
Specifies when the control was created.
|
ControlMetadata |
ControlMetadata.withId(String id)
The unique identifier for the control.
|
ControlMetadata |
ControlMetadata.withLastUpdatedAt(Date lastUpdatedAt)
Specifies when the control was most recently updated.
|
ControlMetadata |
ControlMetadata.withName(String name)
The name of the control.
|
| Modifier and Type | Method and Description |
|---|---|
List<ControlMetadata> |
ListControlsResult.getControlMetadataList()
The list of control metadata objects that the
ListControls API returned. |
| Modifier and Type | Method and Description |
|---|---|
ListControlsResult |
ListControlsResult.withControlMetadataList(ControlMetadata... controlMetadataList)
The list of control metadata objects that the
ListControls API returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListControlsResult.setControlMetadataList(Collection<ControlMetadata> controlMetadataList)
The list of control metadata objects that the
ListControls API returned. |
ListControlsResult |
ListControlsResult.withControlMetadataList(Collection<ControlMetadata> controlMetadataList)
The list of control metadata objects that the
ListControls API returned. |
Copyright © 2022. All rights reserved.