| 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.
|
| software.amazon.awssdk.services.guardduty.model |
| 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' GuardDuty findings on their behalf as the
master account.
|
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' GuardDuty findings on their behalf as the
master account.
|
| Modifier and Type | Method and Description |
|---|---|
InviteMembersRequest.Builder |
InviteMembersRequest.Builder.accountIds(Collection<String> accountIds)
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
|
InviteMembersRequest.Builder |
InviteMembersRequest.Builder.accountIds(String... accountIds)
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
|
static InviteMembersRequest.Builder |
InviteMembersRequest.builder() |
InviteMembersRequest.Builder |
InviteMembersRequest.Builder.detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account with which you want to invite members.
|
InviteMembersRequest.Builder |
InviteMembersRequest.Builder.disableEmailNotification(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.Builder |
InviteMembersRequest.Builder.message(String message)
The invitation message that you want to send to the accounts that you’re inviting to GuardDuty as members.
|
InviteMembersRequest.Builder |
InviteMembersRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
InviteMembersRequest.Builder |
InviteMembersRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
InviteMembersRequest.Builder |
InviteMembersRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InviteMembersRequest.Builder> |
InviteMembersRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.