| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty |
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources:
VPC Flow Logs, AWS CloudTrail event logs, and DNS logs.
|
| Modifier and Type | Method and Description |
|---|---|
default InviteMembersResponse |
GuardDutyClient.inviteMembers(Consumer<InviteMembersRequest.Builder> inviteMembersRequest)
Invites other AWS accounts (created as members of the current AWS account by CreateMembers) to enable GuardDuty,
and allow the current AWS account to view and manage these accounts' findings on their behalf as the GuardDuty
administrator account.
|
default InviteMembersResponse |
GuardDutyClient.inviteMembers(InviteMembersRequest inviteMembersRequest)
Invites other AWS accounts (created as members of the current AWS account by CreateMembers) to enable GuardDuty,
and allow the current AWS account to view and manage these accounts' findings on their behalf as the GuardDuty
administrator account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<InviteMembersResponse> |
GuardDutyAsyncClient.inviteMembers(Consumer<InviteMembersRequest.Builder> inviteMembersRequest)
Invites other AWS accounts (created as members of the current AWS account by CreateMembers) to enable GuardDuty,
and allow the current AWS account to view and manage these accounts' findings on their behalf as the GuardDuty
administrator account.
|
default CompletableFuture<InviteMembersResponse> |
GuardDutyAsyncClient.inviteMembers(InviteMembersRequest inviteMembersRequest)
Invites other AWS accounts (created as members of the current AWS account by CreateMembers) to enable GuardDuty,
and allow the current AWS account to view and manage these accounts' findings on their behalf as the GuardDuty
administrator account.
|
Copyright © 2022. All rights reserved.