Uses of Class
software.amazon.awssdk.services.guardduty.model.ListThreatIntelSetsRequest
-
Packages that use ListThreatIntelSetsRequest 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 management event logs, CloudTrail S3 data event logs, EKS audit logs, DNS logs, and Amazon EBS volume data.software.amazon.awssdk.services.guardduty.paginators software.amazon.awssdk.services.guardduty.transform -
-
Uses of ListThreatIntelSetsRequest in software.amazon.awssdk.services.guardduty
Methods in software.amazon.awssdk.services.guardduty with parameters of type ListThreatIntelSetsRequest Modifier and Type Method Description default CompletableFuture<ListThreatIntelSetsResponse>GuardDutyAsyncClient. listThreatIntelSets(ListThreatIntelSetsRequest listThreatIntelSetsRequest)Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.default ListThreatIntelSetsResponseGuardDutyClient. listThreatIntelSets(ListThreatIntelSetsRequest listThreatIntelSetsRequest)Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.default ListThreatIntelSetsPublisherGuardDutyAsyncClient. listThreatIntelSetsPaginator(ListThreatIntelSetsRequest listThreatIntelSetsRequest)Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.default ListThreatIntelSetsIterableGuardDutyClient. listThreatIntelSetsPaginator(ListThreatIntelSetsRequest listThreatIntelSetsRequest)Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID. -
Uses of ListThreatIntelSetsRequest in software.amazon.awssdk.services.guardduty.paginators
Constructors in software.amazon.awssdk.services.guardduty.paginators with parameters of type ListThreatIntelSetsRequest Constructor Description ListThreatIntelSetsIterable(GuardDutyClient client, ListThreatIntelSetsRequest firstRequest)ListThreatIntelSetsPublisher(GuardDutyAsyncClient client, ListThreatIntelSetsRequest firstRequest) -
Uses of ListThreatIntelSetsRequest in software.amazon.awssdk.services.guardduty.transform
Methods in software.amazon.awssdk.services.guardduty.transform with parameters of type ListThreatIntelSetsRequest Modifier and Type Method Description SdkHttpFullRequestListThreatIntelSetsRequestMarshaller. marshall(ListThreatIntelSetsRequest listThreatIntelSetsRequest)
-