| Package | Description |
|---|---|
| software.amazon.awssdk.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
List<UnprocessedAccount> |
DeleteMembersResponse.unprocessedAccounts()
The list of member accounts that Detective was not able to delete from the behavior graph.
|
List<UnprocessedAccount> |
CreateMembersResponse.unprocessedAccounts()
The list of accounts for which Detective was unable to process the invitation request.
|
List<UnprocessedAccount> |
GetMembersResponse.unprocessedAccounts()
The requested member accounts for which Detective was unable to return member details.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteMembersResponse.Builder |
DeleteMembersResponse.Builder.unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The list of member accounts that Detective was not able to delete from the behavior graph.
|
CreateMembersResponse.Builder |
CreateMembersResponse.Builder.unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation request.
|
GetMembersResponse.Builder |
GetMembersResponse.Builder.unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteMembersResponse.Builder |
DeleteMembersResponse.Builder.unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of member accounts that Detective was not able to delete from the behavior graph.
|
CreateMembersResponse.Builder |
CreateMembersResponse.Builder.unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation request.
|
GetMembersResponse.Builder |
GetMembersResponse.Builder.unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
|
Copyright © 2020. All rights reserved.