| Package | Description |
|---|---|
| com.amazonaws.services.guardduty |
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following foundational
data sources - VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs,
EKS audit logs, DNS logs, Amazon EBS volume data, runtime activity belonging to container workloads, such as Amazon
EKS, Amazon ECS (including Amazon Web Services Fargate), and Amazon EC2 instances.
|
| 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 © 2024. All rights reserved.