| 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, Amazon Web Services CloudTrail event logs, and DNS logs.
|
| software.amazon.awssdk.services.guardduty.paginators | |
| software.amazon.awssdk.services.guardduty.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListThreatIntelSetsResponse |
GuardDutyClient.listThreatIntelSets(ListThreatIntelSetsRequest 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.
|
default ListThreatIntelSetsIterable |
GuardDutyClient.listThreatIntelSetsPaginator(ListThreatIntelSetsRequest listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
default ListThreatIntelSetsPublisher |
GuardDutyAsyncClient.listThreatIntelSetsPaginator(ListThreatIntelSetsRequest listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
| Constructor and Description |
|---|
ListThreatIntelSetsIterable(GuardDutyClient client,
ListThreatIntelSetsRequest firstRequest) |
ListThreatIntelSetsPublisher(GuardDutyAsyncClient client,
ListThreatIntelSetsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListThreatIntelSetsRequestMarshaller.marshall(ListThreatIntelSetsRequest listThreatIntelSetsRequest) |
Copyright © 2022. All rights reserved.