| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
ApiCallDetails.Builder |
ApiCallDetails.Builder.api(String api)
The name of the operation that was invoked most recently and produced the finding.
|
ApiCallDetails.Builder |
ApiCallDetails.Builder.apiServiceName(String apiServiceName)
The URL of the Amazon Web Service that provides the operation, for example: s3.amazonaws.com.
|
static ApiCallDetails.Builder |
ApiCallDetails.builder() |
ApiCallDetails.Builder |
ApiCallDetails.Builder.firstSeen(Instant firstSeen)
The first date and time, in UTC and extended ISO 8601 format, when any operation was invoked and produced the
finding.
|
ApiCallDetails.Builder |
ApiCallDetails.Builder.lastSeen(Instant 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.
|
ApiCallDetails.Builder |
ApiCallDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApiCallDetails.Builder> |
ApiCallDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FindingAction.Builder |
FindingAction.Builder.apiCallDetails(Consumer<ApiCallDetails.Builder> 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 © 2023. All rights reserved.