| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
FailedAccount |
FailedAccount.clone() |
FailedAccount |
FailedAccount.withAccountId(String accountId)
The Amazon Web Services account ID.
|
FailedAccount |
FailedAccount.withErrorCode(ErrorCode errorCode)
The error code explaining why the account failed to enable Amazon Inspector.
|
FailedAccount |
FailedAccount.withErrorCode(String errorCode)
The error code explaining why the account failed to enable Amazon Inspector.
|
FailedAccount |
FailedAccount.withErrorMessage(String errorMessage)
The error message received when the account failed to enable Amazon Inspector.
|
FailedAccount |
FailedAccount.withResourceStatus(ResourceStatus resourceStatus)
An object detailing which resources Amazon Inspector is enabled to scan for the account.
|
FailedAccount |
FailedAccount.withStatus(Status status)
The status of Amazon Inspector for the account.
|
FailedAccount |
FailedAccount.withStatus(String status)
The status of Amazon Inspector for the account.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedAccount> |
EnableResult.getFailedAccounts()
Information on any accounts for which Amazon Inspector scans could not be enabled.
|
List<FailedAccount> |
BatchGetAccountStatusResult.getFailedAccounts()
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
|
List<FailedAccount> |
DisableResult.getFailedAccounts()
Information on any accounts for which Amazon Inspector scans could not be disabled.
|
| Modifier and Type | Method and Description |
|---|---|
EnableResult |
EnableResult.withFailedAccounts(FailedAccount... failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be enabled.
|
BatchGetAccountStatusResult |
BatchGetAccountStatusResult.withFailedAccounts(FailedAccount... failedAccounts)
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
|
DisableResult |
DisableResult.withFailedAccounts(FailedAccount... failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be disabled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnableResult.setFailedAccounts(Collection<FailedAccount> failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be enabled.
|
void |
BatchGetAccountStatusResult.setFailedAccounts(Collection<FailedAccount> failedAccounts)
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
|
void |
DisableResult.setFailedAccounts(Collection<FailedAccount> failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be disabled.
|
EnableResult |
EnableResult.withFailedAccounts(Collection<FailedAccount> failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be enabled.
|
BatchGetAccountStatusResult |
BatchGetAccountStatusResult.withFailedAccounts(Collection<FailedAccount> failedAccounts)
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
|
DisableResult |
DisableResult.withFailedAccounts(Collection<FailedAccount> failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be disabled.
|
Copyright © 2022. All rights reserved.