BatchGetAccountStatusResponse.Builder |
BatchGetAccountStatusResponse.Builder.accounts(Collection<AccountState> accounts) |
An array of objects that provide details on the status of Amazon Inspector for each of the requested
accounts.
|
BatchGetAccountStatusResponse.Builder |
BatchGetAccountStatusResponse.Builder.accounts(Consumer<AccountState.Builder>... accounts) |
An array of objects that provide details on the status of Amazon Inspector for each of the requested
accounts.
|
BatchGetAccountStatusResponse.Builder |
BatchGetAccountStatusResponse.Builder.accounts(AccountState... accounts) |
An array of objects that provide details on the status of Amazon Inspector for each of the requested
accounts.
|
static BatchGetAccountStatusResponse.Builder |
BatchGetAccountStatusResponse.builder() |
|
BatchGetAccountStatusResponse.Builder |
BatchGetAccountStatusResponse.Builder.failedAccounts(Collection<FailedAccount> failedAccounts) |
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
|
BatchGetAccountStatusResponse.Builder |
BatchGetAccountStatusResponse.Builder.failedAccounts(Consumer<FailedAccount.Builder>... failedAccounts) |
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
|
BatchGetAccountStatusResponse.Builder |
BatchGetAccountStatusResponse.Builder.failedAccounts(FailedAccount... failedAccounts) |
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
|
BatchGetAccountStatusResponse.Builder |
BatchGetAccountStatusResponse.toBuilder() |
|