| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Result |
Result.clone() |
Result |
Result.withAccountId(String accountId)
An Amazon Web Services account ID of the account that was not processed.
|
Result |
Result.withProcessingResult(String processingResult)
The reason that the account was not processed.
|
| Modifier and Type | Method and Description |
|---|---|
List<Result> |
CreateMembersResult.getUnprocessedAccounts()
The list of Amazon Web Services accounts that were not processed.
|
List<Result> |
GetMembersResult.getUnprocessedAccounts()
The list of Amazon Web Services accounts that could not be processed.
|
List<Result> |
DeleteMembersResult.getUnprocessedAccounts()
The list of Amazon Web Services accounts that were not deleted.
|
List<Result> |
DeleteInvitationsResult.getUnprocessedAccounts()
The list of Amazon Web Services accounts for which the invitations were not deleted.
|
List<Result> |
DeclineInvitationsResult.getUnprocessedAccounts()
The list of Amazon Web Services accounts that were not processed.
|
List<Result> |
InviteMembersResult.getUnprocessedAccounts()
The list of Amazon Web Services accounts that could not be processed.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMembersResult |
CreateMembersResult.withUnprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that were not processed.
|
GetMembersResult |
GetMembersResult.withUnprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed.
|
DeleteMembersResult |
DeleteMembersResult.withUnprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that were not deleted.
|
DeleteInvitationsResult |
DeleteInvitationsResult.withUnprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts for which the invitations were not deleted.
|
DeclineInvitationsResult |
DeclineInvitationsResult.withUnprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that were not processed.
|
InviteMembersResult |
InviteMembersResult.withUnprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateMembersResult.setUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that were not processed.
|
void |
GetMembersResult.setUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed.
|
void |
DeleteMembersResult.setUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that were not deleted.
|
void |
DeleteInvitationsResult.setUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts for which the invitations were not deleted.
|
void |
DeclineInvitationsResult.setUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that were not processed.
|
void |
InviteMembersResult.setUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed.
|
CreateMembersResult |
CreateMembersResult.withUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that were not processed.
|
GetMembersResult |
GetMembersResult.withUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed.
|
DeleteMembersResult |
DeleteMembersResult.withUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that were not deleted.
|
DeleteInvitationsResult |
DeleteInvitationsResult.withUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts for which the invitations were not deleted.
|
DeclineInvitationsResult |
DeclineInvitationsResult.withUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that were not processed.
|
InviteMembersResult |
InviteMembersResult.withUnprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed.
|
Copyright © 2022. All rights reserved.