| 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, Amazon Web Services 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 Amazon Web Services accounts (created as members of the current Amazon Web Services account by
CreateMembers) to enable GuardDuty, and allow the current Amazon Web Services account to view and manage these
accounts' findings on their behalf as the GuardDuty administrator account.
|
default CompletableFuture<InviteMembersResponse> |
GuardDutyAsyncClient.inviteMembers(Consumer<InviteMembersRequest.Builder> inviteMembersRequest)
Invites other Amazon Web Services accounts (created as members of the current Amazon Web Services account by
CreateMembers) to enable GuardDuty, and allow the current Amazon Web Services account to view and manage these
accounts' findings on their behalf as the GuardDuty administrator 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 that you want to invite members with.
|
InviteMembersRequest.Builder |
InviteMembersRequest.Builder.disableEmailNotification(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.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 © 2022. All rights reserved.