| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default GetDetectorResponse |
GuardDutyClient.getDetector(Consumer<GetDetectorRequest.Builder> getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
default GetDetectorResponse |
GuardDutyClient.getDetector(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDetectorResponse> |
GuardDutyAsyncClient.getDetector(Consumer<GetDetectorRequest.Builder> getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
default CompletableFuture<GetDetectorResponse> |
GuardDutyAsyncClient.getDetector(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
Copyright © 2022. All rights reserved.