| Package | Description |
|---|---|
| com.amazonaws.services.guardduty |
Assess, monitor, manage, and remediate security issues across your AWS infrastructure, applications, and data.
|
| 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 detectorID that specifies the GuardDuty service whose ThreatIntelSets you want to list.
|
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)
Pagination token to start retrieving threat intel sets from.
|
Copyright © 2018. All rights reserved.