Uses of Interface
software.amazon.awssdk.services.macie2.model.ApiCallDetails.Builder
-
Packages that use ApiCallDetails.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of ApiCallDetails.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return ApiCallDetails.Builder Modifier and Type Method Description ApiCallDetails.BuilderApiCallDetails.Builder. api(String api)The name of the operation that was invoked most recently and produced the finding.ApiCallDetails.BuilderApiCallDetails.Builder. apiServiceName(String apiServiceName)The URL of the Amazon Web Service that provides the operation, for example: s3.amazonaws.com.static ApiCallDetails.BuilderApiCallDetails. builder()ApiCallDetails.BuilderApiCallDetails.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.BuilderApiCallDetails.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.BuilderApiCallDetails. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type ApiCallDetails.Builder Modifier and Type Method Description static Class<? extends ApiCallDetails.Builder>ApiCallDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type ApiCallDetails.Builder Modifier and Type Method Description default FindingAction.BuilderFindingAction.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.
-