| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.clone() |
Account |
Account.withAccountId(String accountId)
The ID of the Amazon Web Services account.
|
Account |
Account.withResourceStatus(ResourceStatus resourceStatus)
Details of the status of Amazon Inspector scans by resource type.
|
Account |
Account.withStatus(Status status)
The status of Amazon Inspector for the account.
|
Account |
Account.withStatus(String status)
The status of Amazon Inspector for the account.
|
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
EnableResult.getAccounts()
Information on the accounts that have had Amazon Inspector scans successfully enabled.
|
List<Account> |
DisableResult.getAccounts()
Information on the accounts that have had Amazon Inspector scans successfully disabled.
|
| Modifier and Type | Method and Description |
|---|---|
EnableResult |
EnableResult.withAccounts(Account... accounts)
Information on the accounts that have had Amazon Inspector scans successfully enabled.
|
DisableResult |
DisableResult.withAccounts(Account... accounts)
Information on the accounts that have had Amazon Inspector scans successfully disabled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnableResult.setAccounts(Collection<Account> accounts)
Information on the accounts that have had Amazon Inspector scans successfully enabled.
|
void |
DisableResult.setAccounts(Collection<Account> accounts)
Information on the accounts that have had Amazon Inspector scans successfully disabled.
|
EnableResult |
EnableResult.withAccounts(Collection<Account> accounts)
Information on the accounts that have had Amazon Inspector scans successfully enabled.
|
DisableResult |
DisableResult.withAccounts(Collection<Account> accounts)
Information on the accounts that have had Amazon Inspector scans successfully disabled.
|
Copyright © 2024. All rights reserved.