| 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 |
|---|---|
Future<GetMemberDetectorsResult> |
AbstractAmazonGuardDutyAsync.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.
|
Future<GetMemberDetectorsResult> |
AmazonGuardDutyAsyncClient.getMemberDetectorsAsync(GetMemberDetectorsRequest request,
AsyncHandler<GetMemberDetectorsRequest,GetMemberDetectorsResult> asyncHandler) |
| 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 © 2023. All rights reserved.