| Package | Description |
|---|---|
| com.amazonaws.services.guardduty |
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following foundational
data sources - VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs,
EKS audit logs, DNS logs, Amazon EBS volume data, runtime activity belonging to container workloads, such as Amazon
EKS, Amazon ECS (including Amazon Web Services Fargate), and Amazon EC2 instances.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListThreatIntelSetsResult> |
AmazonGuardDutyAsyncClient.listThreatIntelSetsAsync(ListThreatIntelSetsRequest request,
AsyncHandler<ListThreatIntelSetsRequest,ListThreatIntelSetsResult> asyncHandler) |
Future<ListThreatIntelSetsResult> |
AmazonGuardDutyAsync.listThreatIntelSetsAsync(ListThreatIntelSetsRequest listThreatIntelSetsRequest,
AsyncHandler<ListThreatIntelSetsRequest,ListThreatIntelSetsResult> asyncHandler)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
Future<ListThreatIntelSetsResult> |
AbstractAmazonGuardDutyAsync.listThreatIntelSetsAsync(ListThreatIntelSetsRequest request,
AsyncHandler<ListThreatIntelSetsRequest,ListThreatIntelSetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListThreatIntelSetsRequest |
ListThreatIntelSetsRequest.clone() |
ListThreatIntelSetsRequest |
ListThreatIntelSetsRequest.withDetectorId(String detectorId)
The unique ID of the detector that the threatIntelSet is associated with.
|
ListThreatIntelSetsRequest |
ListThreatIntelSetsRequest.withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
ListThreatIntelSetsRequest |
ListThreatIntelSetsRequest.withNextToken(String nextToken)
You can use this parameter to paginate results in the response.
|
Copyright © 2024. All rights reserved.