| 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, AWS CloudTrail event logs, and DNS logs.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
InviteMembersResult |
AbstractAmazonGuardDuty.inviteMembers(InviteMembersRequest request) |
InviteMembersResult |
AmazonGuardDutyClient.inviteMembers(InviteMembersRequest request)
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.
|
InviteMembersResult |
AmazonGuardDuty.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.
|
Future<InviteMembersResult> |
AbstractAmazonGuardDutyAsync.inviteMembersAsync(InviteMembersRequest request) |
Future<InviteMembersResult> |
AmazonGuardDutyAsync.inviteMembersAsync(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.
|
Future<InviteMembersResult> |
AmazonGuardDutyAsyncClient.inviteMembersAsync(InviteMembersRequest request) |
Future<InviteMembersResult> |
AbstractAmazonGuardDutyAsync.inviteMembersAsync(InviteMembersRequest request,
AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler) |
Future<InviteMembersResult> |
AmazonGuardDutyAsync.inviteMembersAsync(InviteMembersRequest inviteMembersRequest,
AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler)
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.
|
Future<InviteMembersResult> |
AmazonGuardDutyAsyncClient.inviteMembersAsync(InviteMembersRequest request,
AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<InviteMembersResult> |
AbstractAmazonGuardDutyAsync.inviteMembersAsync(InviteMembersRequest request,
AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler) |
Future<InviteMembersResult> |
AmazonGuardDutyAsync.inviteMembersAsync(InviteMembersRequest inviteMembersRequest,
AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler)
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.
|
Future<InviteMembersResult> |
AmazonGuardDutyAsyncClient.inviteMembersAsync(InviteMembersRequest request,
AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
InviteMembersRequest |
InviteMembersRequest.clone() |
InviteMembersRequest |
InviteMembersRequest.withAccountIds(Collection<String> accountIds)
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
|
InviteMembersRequest |
InviteMembersRequest.withAccountIds(String... accountIds)
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
|
InviteMembersRequest |
InviteMembersRequest.withDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to invite members with.
|
InviteMembersRequest |
InviteMembersRequest.withDisableEmailNotification(Boolean disableEmailNotification)
A Boolean value that specifies whether you want to disable email notification to the accounts that you are
inviting to GuardDuty as members.
|
InviteMembersRequest |
InviteMembersRequest.withMessage(String message)
The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.
|
Copyright © 2021. All rights reserved.