| Package | Description |
|---|---|
| com.amazonaws.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedAccount |
UnprocessedAccount.clone() |
UnprocessedAccount |
UnprocessedAccount.withAccountId(String accountId)
The AWS account identifier of the member account that was not processed.
|
UnprocessedAccount |
UnprocessedAccount.withReason(String reason)
The reason that the member account request could not be processed.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnprocessedAccount> |
DeleteMembersResult.getUnprocessedAccounts()
The list of member accounts that Detective was not able to delete from the behavior graph.
|
List<UnprocessedAccount> |
GetMembersResult.getUnprocessedAccounts()
The requested member accounts for which Detective was unable to return member details.
|
List<UnprocessedAccount> |
CreateMembersResult.getUnprocessedAccounts()
The list of accounts for which Detective was unable to process the invitation request.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteMembersResult |
DeleteMembersResult.withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The list of member accounts that Detective was not able to delete from the behavior graph.
|
GetMembersResult |
GetMembersResult.withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
|
CreateMembersResult |
CreateMembersResult.withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteMembersResult.setUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of member accounts that Detective was not able to delete from the behavior graph.
|
void |
GetMembersResult.setUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
|
void |
CreateMembersResult.setUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation request.
|
DeleteMembersResult |
DeleteMembersResult.withUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of member accounts that Detective was not able to delete from the behavior graph.
|
GetMembersResult |
GetMembersResult.withUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
|
CreateMembersResult |
CreateMembersResult.withUnprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation request.
|
Copyright © 2021. All rights reserved.