| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetAccountStatusResponse.Builder> |
BatchGetAccountStatusResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.