| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty |
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources:
VPC Flow Logs, AWS CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, and DNS logs.
|
| software.amazon.awssdk.services.guardduty.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListThreatIntelSetsResponse |
GuardDutyClient.listThreatIntelSets(Consumer<ListThreatIntelSetsRequest.Builder> listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
default ListThreatIntelSetsResponse |
GuardDutyClient.listThreatIntelSets(ListThreatIntelSetsRequest listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListThreatIntelSetsResponse> |
GuardDutyAsyncClient.listThreatIntelSets(Consumer<ListThreatIntelSetsRequest.Builder> listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
default CompletableFuture<ListThreatIntelSetsResponse> |
GuardDutyAsyncClient.listThreatIntelSets(ListThreatIntelSetsRequest listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListThreatIntelSetsResponse> |
ListThreatIntelSetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListThreatIntelSetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListThreatIntelSetsResponse> subscriber) |
Copyright © 2022. All rights reserved.