| 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 |
|---|---|
ListThreatIntelSetsResult |
AmazonGuardDutyClient.listThreatIntelSets(ListThreatIntelSetsRequest request)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
ListThreatIntelSetsResult |
AmazonGuardDuty.listThreatIntelSets(ListThreatIntelSetsRequest listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
ListThreatIntelSetsResult |
AbstractAmazonGuardDuty.listThreatIntelSets(ListThreatIntelSetsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListThreatIntelSetsResult> |
AmazonGuardDutyAsyncClient.listThreatIntelSetsAsync(ListThreatIntelSetsRequest request,
AsyncHandler<ListThreatIntelSetsRequest,ListThreatIntelSetsResult> asyncHandler) |
Future<ListThreatIntelSetsResult> |
AbstractAmazonGuardDutyAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListThreatIntelSetsResult |
ListThreatIntelSetsResult.clone() |
ListThreatIntelSetsResult |
ListThreatIntelSetsResult.withNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
ListThreatIntelSetsResult |
ListThreatIntelSetsResult.withThreatIntelSetIds(Collection<String> threatIntelSetIds)
The IDs of the ThreatIntelSet resources.
|
ListThreatIntelSetsResult |
ListThreatIntelSetsResult.withThreatIntelSetIds(String... threatIntelSetIds)
The IDs of the ThreatIntelSet resources.
|
Copyright © 2023. All rights reserved.