| Package | Description |
|---|---|
| com.amazonaws.services.guardduty |
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources:
VPC Flow Logs, AWS CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, and DNS logs.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetThreatIntelSetResult> |
AbstractAmazonGuardDutyAsync.getThreatIntelSetAsync(GetThreatIntelSetRequest request,
AsyncHandler<GetThreatIntelSetRequest,GetThreatIntelSetResult> asyncHandler) |
Future<GetThreatIntelSetResult> |
AmazonGuardDutyAsync.getThreatIntelSetAsync(GetThreatIntelSetRequest getThreatIntelSetRequest,
AsyncHandler<GetThreatIntelSetRequest,GetThreatIntelSetResult> asyncHandler)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
Future<GetThreatIntelSetResult> |
AmazonGuardDutyAsyncClient.getThreatIntelSetAsync(GetThreatIntelSetRequest request,
AsyncHandler<GetThreatIntelSetRequest,GetThreatIntelSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetThreatIntelSetRequest |
GetThreatIntelSetRequest.clone() |
GetThreatIntelSetRequest |
GetThreatIntelSetRequest.withDetectorId(String detectorId)
The unique ID of the detector that the threatIntelSet is associated with.
|
GetThreatIntelSetRequest |
GetThreatIntelSetRequest.withThreatIntelSetId(String threatIntelSetId)
The unique ID of the threatIntelSet that you want to get.
|
Copyright © 2022. All rights reserved.