| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeLog |
ChangeLog.clone() |
ChangeLog |
ChangeLog.withAction(ActionEnum action)
The action that was performed.
|
ChangeLog |
ChangeLog.withAction(String action)
The action that was performed.
|
ChangeLog |
ChangeLog.withCreatedAt(Date createdAt)
The time when the action was performed and the changelog record was created.
|
ChangeLog |
ChangeLog.withCreatedBy(String createdBy)
The IAM user or role that performed the action.
|
ChangeLog |
ChangeLog.withObjectName(String objectName)
The name of the object that changed.
|
ChangeLog |
ChangeLog.withObjectType(ObjectTypeEnum objectType)
The object that was changed, such as an assessment, control, or control set.
|
ChangeLog |
ChangeLog.withObjectType(String objectType)
The object that was changed, such as an assessment, control, or control set.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChangeLog> |
GetChangeLogsResult.getChangeLogs()
The list of user activity for the control.
|
| Modifier and Type | Method and Description |
|---|---|
GetChangeLogsResult |
GetChangeLogsResult.withChangeLogs(ChangeLog... changeLogs)
The list of user activity for the control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetChangeLogsResult.setChangeLogs(Collection<ChangeLog> changeLogs)
The list of user activity for the control.
|
GetChangeLogsResult |
GetChangeLogsResult.withChangeLogs(Collection<ChangeLog> changeLogs)
The list of user activity for the control.
|
Copyright © 2022. All rights reserved.