| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeLog |
ChangeLog.clone() |
ChangeLog |
ChangeLog.withAction(ActionEnum action)
The action performed.
|
ChangeLog |
ChangeLog.withAction(String action)
The action performed.
|
ChangeLog |
ChangeLog.withCreatedAt(Date createdAt)
The time of creation for the changelog object.
|
ChangeLog |
ChangeLog.withCreatedBy(String createdBy)
The IAM user or role that performed the action.
|
ChangeLog |
ChangeLog.withObjectName(String objectName)
The name of the changelog object.
|
ChangeLog |
ChangeLog.withObjectType(ObjectTypeEnum objectType)
The changelog object type, such as an assessment, control, or control set.
|
ChangeLog |
ChangeLog.withObjectType(String objectType)
The changelog object type, 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 © 2021. All rights reserved.