| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
List<FailedAccount> |
DisableResponse.failedAccounts()
Information on any accounts for which Amazon Inspector scans could not be disabled.
|
List<FailedAccount> |
BatchGetAccountStatusResponse.failedAccounts()
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
|
List<FailedAccount> |
EnableResponse.failedAccounts()
Information on any accounts for which Amazon Inspector scans could not be enabled.
|
| Modifier and Type | Method and Description |
|---|---|
DisableResponse.Builder |
DisableResponse.Builder.failedAccounts(FailedAccount... failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be disabled.
|
BatchGetAccountStatusResponse.Builder |
BatchGetAccountStatusResponse.Builder.failedAccounts(FailedAccount... failedAccounts)
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
|
EnableResponse.Builder |
EnableResponse.Builder.failedAccounts(FailedAccount... failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be enabled.
|
| Modifier and Type | Method and Description |
|---|---|
DisableResponse.Builder |
DisableResponse.Builder.failedAccounts(Collection<FailedAccount> failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be disabled.
|
BatchGetAccountStatusResponse.Builder |
BatchGetAccountStatusResponse.Builder.failedAccounts(Collection<FailedAccount> failedAccounts)
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
|
EnableResponse.Builder |
EnableResponse.Builder.failedAccounts(Collection<FailedAccount> failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be enabled.
|
Copyright © 2022. All rights reserved.