| 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 event logs, and DNS logs.
|
| 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 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 you want to get.
|
GetThreatIntelSetRequest.Builder |
GetThreatIntelSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetThreatIntelSetRequest.Builder> |
GetThreatIntelSetRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.