| 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 |
|---|---|
DeleteMembersResult |
AmazonDetectiveClient.deleteMembers(DeleteMembersRequest request)
Removes the specified member accounts from the behavior graph.
|
DeleteMembersResult |
AbstractAmazonDetective.deleteMembers(DeleteMembersRequest request) |
DeleteMembersResult |
AmazonDetective.deleteMembers(DeleteMembersRequest deleteMembersRequest)
Removes the specified member accounts from the behavior graph.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteMembersResult> |
AmazonDetectiveAsyncClient.deleteMembersAsync(DeleteMembersRequest request,
AsyncHandler<DeleteMembersRequest,DeleteMembersResult> asyncHandler) |
Future<DeleteMembersResult> |
AbstractAmazonDetectiveAsync.deleteMembersAsync(DeleteMembersRequest request,
AsyncHandler<DeleteMembersRequest,DeleteMembersResult> asyncHandler) |
Future<DeleteMembersResult> |
AmazonDetectiveAsync.deleteMembersAsync(DeleteMembersRequest deleteMembersRequest,
AsyncHandler<DeleteMembersRequest,DeleteMembersResult> asyncHandler)
Removes the specified member accounts from the behavior graph.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteMembersResult |
DeleteMembersResult.clone() |
DeleteMembersResult |
DeleteMembersResult.withAccountIds(Collection<String> accountIds)
The list of Amazon Web Services account identifiers for the member accounts that Detective successfully removed
from the behavior graph.
|
DeleteMembersResult |
DeleteMembersResult.withAccountIds(String... accountIds)
The list of Amazon Web Services account identifiers for the member accounts that Detective successfully removed
from the behavior graph.
|
DeleteMembersResult |
DeleteMembersResult.withUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of member accounts that Detective was not able to remove from the behavior graph.
|
DeleteMembersResult |
DeleteMembersResult.withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The list of member accounts that Detective was not able to remove from the behavior graph.
|
Copyright © 2022. All rights reserved.