| 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 |
|---|---|
Future<GetMemberDetectorsResult> |
AbstractAmazonGuardDutyAsync.getMemberDetectorsAsync(GetMemberDetectorsRequest request,
AsyncHandler<GetMemberDetectorsRequest,GetMemberDetectorsResult> asyncHandler) |
Future<GetMemberDetectorsResult> |
AmazonGuardDutyAsyncClient.getMemberDetectorsAsync(GetMemberDetectorsRequest request,
AsyncHandler<GetMemberDetectorsRequest,GetMemberDetectorsResult> asyncHandler) |
Future<GetMemberDetectorsResult> |
AmazonGuardDutyAsync.getMemberDetectorsAsync(GetMemberDetectorsRequest getMemberDetectorsRequest,
AsyncHandler<GetMemberDetectorsRequest,GetMemberDetectorsResult> asyncHandler)
Describes which data sources are enabled for the member account's detector.
|
| Modifier and Type | Method and Description |
|---|---|
GetMemberDetectorsRequest |
GetMemberDetectorsRequest.clone() |
GetMemberDetectorsRequest |
GetMemberDetectorsRequest.withAccountIds(Collection<String> accountIds)
The account ID of the member account.
|
GetMemberDetectorsRequest |
GetMemberDetectorsRequest.withAccountIds(String... accountIds)
The account ID of the member account.
|
GetMemberDetectorsRequest |
GetMemberDetectorsRequest.withDetectorId(String detectorId)
The detector ID for the administrator account.
|
Copyright © 2025. All rights reserved.