| Package | Description |
|---|---|
| com.amazonaws.services.guardduty |
Assess, monitor, manage, and remediate security issues across your AWS infrastructure, applications, and data.
|
| 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' GuardDuty findings on their behalf as the
master 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' GuardDuty findings on their behalf as the
master account.
|
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' GuardDuty findings on their behalf as the
master account.
|
Future<InviteMembersResult> |
AbstractAmazonGuardDutyAsync.inviteMembersAsync(InviteMembersRequest request) |
Future<InviteMembersResult> |
AmazonGuardDutyAsyncClient.inviteMembersAsync(InviteMembersRequest request) |
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' GuardDuty findings on their behalf as the
master account.
|
Future<InviteMembersResult> |
AbstractAmazonGuardDutyAsync.inviteMembersAsync(InviteMembersRequest request,
AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler) |
Future<InviteMembersResult> |
AmazonGuardDutyAsyncClient.inviteMembersAsync(InviteMembersRequest request,
AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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' GuardDuty findings on their behalf as the
master account.
|
Future<InviteMembersResult> |
AbstractAmazonGuardDutyAsync.inviteMembersAsync(InviteMembersRequest request,
AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler) |
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 with which you want to invite members.
|
InviteMembersRequest |
InviteMembersRequest.withDisableEmailNotification(Boolean disableEmailNotification)
A boolean value that specifies whether you want to disable email notification to the accounts that you’re
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 © 2018. All rights reserved.