| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
AccountState |
AccountState.clone() |
AccountState |
AccountState.withAccountId(String accountId)
The Amazon Web Services account ID.
|
AccountState |
AccountState.withResourceState(ResourceState resourceState)
An object detailing which resources Amazon Inspector is enabled to scan for the account.
|
AccountState |
AccountState.withState(State state)
An object detailing the status of Amazon Inspector for the account.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountState> |
BatchGetAccountStatusResult.getAccounts()
An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAccountStatusResult |
BatchGetAccountStatusResult.withAccounts(AccountState... accounts)
An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetAccountStatusResult.setAccounts(Collection<AccountState> accounts)
An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.
|
BatchGetAccountStatusResult |
BatchGetAccountStatusResult.withAccounts(Collection<AccountState> accounts)
An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.
|
Copyright © 2025. All rights reserved.