| 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.model |
| 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 CompletableFuture<ListThreatIntelSetsResponse> |
GuardDutyAsyncClient.listThreatIntelSets(Consumer<ListThreatIntelSetsRequest.Builder> listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
default ListThreatIntelSetsIterable |
GuardDutyClient.listThreatIntelSetsPaginator(Consumer<ListThreatIntelSetsRequest.Builder> listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
default ListThreatIntelSetsPublisher |
GuardDutyAsyncClient.listThreatIntelSetsPaginator(Consumer<ListThreatIntelSetsRequest.Builder> listThreatIntelSetsRequest)
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.
|
| Modifier and Type | Method and Description |
|---|---|
static ListThreatIntelSetsRequest.Builder |
ListThreatIntelSetsRequest.builder() |
ListThreatIntelSetsRequest.Builder |
ListThreatIntelSetsRequest.Builder.detectorId(String detectorId)
The unique ID of the detector that the threatIntelSet is associated with.
|
ListThreatIntelSetsRequest.Builder |
ListThreatIntelSetsRequest.Builder.maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
ListThreatIntelSetsRequest.Builder |
ListThreatIntelSetsRequest.Builder.nextToken(String nextToken)
You can use this parameter to paginate results in the response.
|
ListThreatIntelSetsRequest.Builder |
ListThreatIntelSetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListThreatIntelSetsRequest.Builder |
ListThreatIntelSetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListThreatIntelSetsRequest.Builder |
ListThreatIntelSetsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListThreatIntelSetsRequest.Builder> |
ListThreatIntelSetsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.