| 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 |
|---|---|
GetMembersResult |
AmazonGuardDutyClient.getMembers(GetMembersRequest request)
Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account
IDs.
|
GetMembersResult |
AmazonGuardDuty.getMembers(GetMembersRequest getMembersRequest)
Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account
IDs.
|
GetMembersResult |
AbstractAmazonGuardDuty.getMembers(GetMembersRequest request) |
Future<GetMembersResult> |
AbstractAmazonGuardDutyAsync.getMembersAsync(GetMembersRequest request) |
Future<GetMembersResult> |
AmazonGuardDutyAsync.getMembersAsync(GetMembersRequest getMembersRequest)
Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account
IDs.
|
Future<GetMembersResult> |
AmazonGuardDutyAsyncClient.getMembersAsync(GetMembersRequest request) |
Future<GetMembersResult> |
AbstractAmazonGuardDutyAsync.getMembersAsync(GetMembersRequest request,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler) |
Future<GetMembersResult> |
AmazonGuardDutyAsync.getMembersAsync(GetMembersRequest getMembersRequest,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler)
Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account
IDs.
|
Future<GetMembersResult> |
AmazonGuardDutyAsyncClient.getMembersAsync(GetMembersRequest request,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMembersResult> |
AbstractAmazonGuardDutyAsync.getMembersAsync(GetMembersRequest request,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler) |
Future<GetMembersResult> |
AmazonGuardDutyAsync.getMembersAsync(GetMembersRequest getMembersRequest,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler)
Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account
IDs.
|
Future<GetMembersResult> |
AmazonGuardDutyAsyncClient.getMembersAsync(GetMembersRequest request,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetMembersRequest |
GetMembersRequest.clone() |
GetMembersRequest |
GetMembersRequest.withAccountIds(Collection<String> accountIds)
A list of account IDs of the GuardDuty member accounts that you want to describe.
|
GetMembersRequest |
GetMembersRequest.withAccountIds(String... accountIds)
A list of account IDs of the GuardDuty member accounts that you want to describe.
|
GetMembersRequest |
GetMembersRequest.withDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account whose members you want to retrieve.
|
Copyright © 2024. All rights reserved.