| 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 event logs, and DNS logs.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<ListThreatIntelSetsResult> |
AmazonGuardDutyAsyncClient.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 the threatIntelSet is associated with.
|
ListThreatIntelSetsRequest |
ListThreatIntelSetsRequest.withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
ListThreatIntelSetsRequest |
ListThreatIntelSetsRequest.withNextToken(String nextToken)
You can use this parameter to paginate results in the response.
|
Copyright © 2020. All rights reserved.