| 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 specified control.
|
ControlMetadata |
ControlMetadata.withControlSources(String controlSources)
The data source that determines from where Audit Manager collects evidence for the control.
|
ControlMetadata |
ControlMetadata.withCreatedAt(Date createdAt)
Specifies when the control was created.
|
ControlMetadata |
ControlMetadata.withId(String id)
The unique identifier for the specified control.
|
ControlMetadata |
ControlMetadata.withLastUpdatedAt(Date lastUpdatedAt)
Specifies when the control was most recently updated.
|
ControlMetadata |
ControlMetadata.withName(String name)
The name of the specified control.
|
| Modifier and Type | Method and Description |
|---|---|
List<ControlMetadata> |
ListControlsResult.getControlMetadataList()
The list of control metadata objects returned by the
ListControls API. |
| Modifier and Type | Method and Description |
|---|---|
ListControlsResult |
ListControlsResult.withControlMetadataList(ControlMetadata... controlMetadataList)
The list of control metadata objects returned by the
ListControls API. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListControlsResult.setControlMetadataList(Collection<ControlMetadata> controlMetadataList)
The list of control metadata objects returned by the
ListControls API. |
ListControlsResult |
ListControlsResult.withControlMetadataList(Collection<ControlMetadata> controlMetadataList)
The list of control metadata objects returned by the
ListControls API. |
Copyright © 2021. All rights reserved.