| Package | Description |
|---|---|
| com.amazonaws.services.detective |
Detective uses machine learning and purpose-built visualizations to help you to analyze and investigate security
issues across your Amazon Web Services (Amazon Web Services) workloads.
|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMembersResult> |
AbstractAmazonDetectiveAsync.createMembersAsync(CreateMembersRequest request,
AsyncHandler<CreateMembersRequest,CreateMembersResult> asyncHandler) |
Future<CreateMembersResult> |
AmazonDetectiveAsync.createMembersAsync(CreateMembersRequest createMembersRequest,
AsyncHandler<CreateMembersRequest,CreateMembersResult> asyncHandler)
CreateMembers is used to send invitations to accounts. |
Future<CreateMembersResult> |
AmazonDetectiveAsyncClient.createMembersAsync(CreateMembersRequest request,
AsyncHandler<CreateMembersRequest,CreateMembersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateMembersRequest |
CreateMembersRequest.clone() |
CreateMembersRequest |
CreateMembersRequest.withAccounts(Account... accounts)
The list of Amazon Web Services accounts to invite or to enable.
|
CreateMembersRequest |
CreateMembersRequest.withAccounts(Collection<Account> accounts)
The list of Amazon Web Services accounts to invite or to enable.
|
CreateMembersRequest |
CreateMembersRequest.withDisableEmailNotification(Boolean disableEmailNotification)
if set to
true, then the invited accounts do not receive email notifications. |
CreateMembersRequest |
CreateMembersRequest.withGraphArn(String graphArn)
The ARN of the behavior graph.
|
CreateMembersRequest |
CreateMembersRequest.withMessage(String message)
Customized message text to include in the invitation email message to the invited member accounts.
|
Copyright © 2025. All rights reserved.