| Package | Description |
|---|---|
| com.amazonaws.services.guardduty |
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following foundational
data sources - VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs,
EKS audit logs, DNS logs, Amazon EBS volume data, runtime activity belonging to container workloads, such as Amazon
EKS, Amazon ECS (including Amazon Web Services Fargate), and Amazon EC2 instances.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
InviteMembersResult |
AmazonGuardDutyClient.inviteMembers(InviteMembersRequest request)
Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services
account that invokes this API.
|
InviteMembersResult |
AbstractAmazonGuardDuty.inviteMembers(InviteMembersRequest request) |
InviteMembersResult |
AmazonGuardDuty.inviteMembers(InviteMembersRequest inviteMembersRequest)
Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services
account that invokes this API.
|
Future<InviteMembersResult> |
AmazonGuardDutyAsyncClient.inviteMembersAsync(InviteMembersRequest request) |
Future<InviteMembersResult> |
AmazonGuardDutyAsync.inviteMembersAsync(InviteMembersRequest inviteMembersRequest)
Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services
account that invokes this API.
|
Future<InviteMembersResult> |
AbstractAmazonGuardDutyAsync.inviteMembersAsync(InviteMembersRequest request) |
Future<InviteMembersResult> |
AmazonGuardDutyAsyncClient.inviteMembersAsync(InviteMembersRequest request,
AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler) |
Future<InviteMembersResult> |
AmazonGuardDutyAsync.inviteMembersAsync(InviteMembersRequest inviteMembersRequest,
AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler)
Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services
account that invokes this API.
|
Future<InviteMembersResult> |
AbstractAmazonGuardDutyAsync.inviteMembersAsync(InviteMembersRequest request,
AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<InviteMembersResult> |
AmazonGuardDutyAsyncClient.inviteMembersAsync(InviteMembersRequest request,
AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler) |
Future<InviteMembersResult> |
AmazonGuardDutyAsync.inviteMembersAsync(InviteMembersRequest inviteMembersRequest,
AsyncHandler<InviteMembersRequest,InviteMembersResult> asyncHandler)
Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services
account that invokes this API.
|
Future<InviteMembersResult> |
AbstractAmazonGuardDutyAsync.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 © 2024. All rights reserved.