| 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 management event logs, CloudTrail S3 data event logs, EKS audit logs,
DNS logs, and Amazon EBS volume data.
|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateMembersResponse |
GuardDutyClient.createMembers(Consumer<CreateMembersRequest.Builder> createMembersRequest)
Creates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services
account IDs.
|
default CompletableFuture<CreateMembersResponse> |
GuardDutyAsyncClient.createMembers(Consumer<CreateMembersRequest.Builder> createMembersRequest)
Creates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services
account IDs.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMembersRequest.Builder |
CreateMembersRequest.Builder.accountDetails(AccountDetail... accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty
administrator account.
|
CreateMembersRequest.Builder |
CreateMembersRequest.Builder.accountDetails(Collection<AccountDetail> accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty
administrator account.
|
CreateMembersRequest.Builder |
CreateMembersRequest.Builder.accountDetails(Consumer<AccountDetail.Builder>... accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty
administrator account.
|
static CreateMembersRequest.Builder |
CreateMembersRequest.builder() |
CreateMembersRequest.Builder |
CreateMembersRequest.Builder.detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.
|
CreateMembersRequest.Builder |
CreateMembersRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMembersRequest.Builder |
CreateMembersRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMembersRequest.Builder |
CreateMembersRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateMembersRequest.Builder> |
CreateMembersRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.