| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
EnableResponse.accounts()
Information on the accounts that have had Amazon Inspector scans successfully enabled.
|
List<Account> |
DisableResponse.accounts()
Information on the accounts that have had Amazon Inspector scans successfully disabled.
|
| Modifier and Type | Method and Description |
|---|---|
EnableResponse.Builder |
EnableResponse.Builder.accounts(Account... accounts)
Information on the accounts that have had Amazon Inspector scans successfully enabled.
|
DisableResponse.Builder |
DisableResponse.Builder.accounts(Account... accounts)
Information on the accounts that have had Amazon Inspector scans successfully disabled.
|
| Modifier and Type | Method and Description |
|---|---|
EnableResponse.Builder |
EnableResponse.Builder.accounts(Collection<Account> accounts)
Information on the accounts that have had Amazon Inspector scans successfully enabled.
|
DisableResponse.Builder |
DisableResponse.Builder.accounts(Collection<Account> accounts)
Information on the accounts that have had Amazon Inspector scans successfully disabled.
|
Copyright © 2023. All rights reserved.