| 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, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs,
DNS logs, and Amazon EBS volume data.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteThreatIntelSetResult> |
AmazonGuardDutyAsyncClient.deleteThreatIntelSetAsync(DeleteThreatIntelSetRequest request,
AsyncHandler<DeleteThreatIntelSetRequest,DeleteThreatIntelSetResult> asyncHandler) |
Future<DeleteThreatIntelSetResult> |
AbstractAmazonGuardDutyAsync.deleteThreatIntelSetAsync(DeleteThreatIntelSetRequest request,
AsyncHandler<DeleteThreatIntelSetRequest,DeleteThreatIntelSetResult> asyncHandler) |
Future<DeleteThreatIntelSetResult> |
AmazonGuardDutyAsync.deleteThreatIntelSetAsync(DeleteThreatIntelSetRequest deleteThreatIntelSetRequest,
AsyncHandler<DeleteThreatIntelSetRequest,DeleteThreatIntelSetResult> asyncHandler)
Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteThreatIntelSetRequest |
DeleteThreatIntelSetRequest.clone() |
DeleteThreatIntelSetRequest |
DeleteThreatIntelSetRequest.withDetectorId(String detectorId)
The unique ID of the detector that the threatIntelSet is associated with.
|
DeleteThreatIntelSetRequest |
DeleteThreatIntelSetRequest.withThreatIntelSetId(String threatIntelSetId)
The unique ID of the threatIntelSet that you want to delete.
|
Copyright © 2023. All rights reserved.