| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
ApiCallDetails |
ApiCallDetails.clone() |
ApiCallDetails |
FindingAction.getApiCallDetails()
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.
|
ApiCallDetails |
ApiCallDetails.withApi(String api)
The name of the operation that was invoked most recently and produced the finding.
|
ApiCallDetails |
ApiCallDetails.withApiServiceName(String apiServiceName)
The URL of the AWS service that provides the operation, for example: s3.amazonaws.com.
|
ApiCallDetails |
ApiCallDetails.withFirstSeen(Date firstSeen)
The first date and time, in UTC and extended ISO 8601 format, when any operation was invoked and produced the
finding.
|
ApiCallDetails |
ApiCallDetails.withLastSeen(Date lastSeen)
The most recent date and time, in UTC and extended ISO 8601 format, when the specified operation (api) was
invoked and produced the finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FindingAction.setApiCallDetails(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.
|
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.
|
Copyright © 2021. All rights reserved.