| 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 GetThreatIntelSetResponse |
GuardDutyClient.getThreatIntelSet(Consumer<GetThreatIntelSetRequest.Builder> getThreatIntelSetRequest)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
default CompletableFuture<GetThreatIntelSetResponse> |
GuardDutyAsyncClient.getThreatIntelSet(Consumer<GetThreatIntelSetRequest.Builder> getThreatIntelSetRequest)
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
| Modifier and Type | Method and Description |
|---|---|
static GetThreatIntelSetRequest.Builder |
GetThreatIntelSetRequest.builder() |
GetThreatIntelSetRequest.Builder |
GetThreatIntelSetRequest.Builder.detectorId(String detectorId)
The unique ID of the detector that the threatIntelSet is associated with.
|
GetThreatIntelSetRequest.Builder |
GetThreatIntelSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetThreatIntelSetRequest.Builder |
GetThreatIntelSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetThreatIntelSetRequest.Builder |
GetThreatIntelSetRequest.Builder.threatIntelSetId(String threatIntelSetId)
The unique ID of the threatIntelSet that you want to get.
|
GetThreatIntelSetRequest.Builder |
GetThreatIntelSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetThreatIntelSetRequest.Builder> |
GetThreatIntelSetRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.