| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
FindingAction |
FindingAction.clone() |
FindingAction |
PolicyDetails.getAction()
The action that produced the finding.
|
FindingAction |
FindingAction.withActionType(FindingActionType actionType)
The type of action that occurred for the affected resource.
|
FindingAction |
FindingAction.withActionType(String actionType)
The type of action that occurred for the affected resource.
|
FindingAction |
FindingAction.withApiCallDetails(ApiCallDetails apiCallDetails)
The invocation details of the API operation that an entity invoked for the affected resource, if the value for
the actionType property is AWS_API_CALL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyDetails.setAction(FindingAction action)
The action that produced the finding.
|
PolicyDetails |
PolicyDetails.withAction(FindingAction action)
The action that produced the finding.
|
Copyright © 2021. All rights reserved.