| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
GetDetectorResult |
AbstractAmazonGuardDuty.getDetector(GetDetectorRequest request) |
GetDetectorResult |
AmazonGuardDuty.getDetector(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
GetDetectorResult |
AmazonGuardDutyClient.getDetector(GetDetectorRequest request)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
Future<GetDetectorResult> |
AbstractAmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest request) |
Future<GetDetectorResult> |
AmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest getDetectorRequest)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
Future<GetDetectorResult> |
AmazonGuardDutyAsyncClient.getDetectorAsync(GetDetectorRequest request) |
Future<GetDetectorResult> |
AbstractAmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest request,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler) |
Future<GetDetectorResult> |
AmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest getDetectorRequest,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
Future<GetDetectorResult> |
AmazonGuardDutyAsyncClient.getDetectorAsync(GetDetectorRequest request,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDetectorResult> |
AbstractAmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest request,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler) |
Future<GetDetectorResult> |
AmazonGuardDutyAsync.getDetectorAsync(GetDetectorRequest getDetectorRequest,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler)
Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
Future<GetDetectorResult> |
AmazonGuardDutyAsyncClient.getDetectorAsync(GetDetectorRequest request,
AsyncHandler<GetDetectorRequest,GetDetectorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDetectorRequest |
GetDetectorRequest.clone() |
GetDetectorRequest |
GetDetectorRequest.withDetectorId(String detectorId)
The unique ID of the detector that you want to get.
|
Copyright © 2023. All rights reserved.