| Package | Description |
|---|---|
| com.amazonaws.services.inspector2 |
Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities
within your Amazon EC2 and Amazon ECR environments.
|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAccountStatusResult |
AbstractAWSInspector2.batchGetAccountStatus(BatchGetAccountStatusRequest request) |
BatchGetAccountStatusResult |
AWSInspector2Client.batchGetAccountStatus(BatchGetAccountStatusRequest request)
Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.
|
BatchGetAccountStatusResult |
AWSInspector2.batchGetAccountStatus(BatchGetAccountStatusRequest batchGetAccountStatusRequest)
Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetAccountStatusResult> |
AbstractAWSInspector2Async.batchGetAccountStatusAsync(BatchGetAccountStatusRequest request,
AsyncHandler<BatchGetAccountStatusRequest,BatchGetAccountStatusResult> asyncHandler) |
Future<BatchGetAccountStatusResult> |
AWSInspector2Async.batchGetAccountStatusAsync(BatchGetAccountStatusRequest batchGetAccountStatusRequest,
AsyncHandler<BatchGetAccountStatusRequest,BatchGetAccountStatusResult> asyncHandler)
Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.
|
Future<BatchGetAccountStatusResult> |
AWSInspector2AsyncClient.batchGetAccountStatusAsync(BatchGetAccountStatusRequest request,
AsyncHandler<BatchGetAccountStatusRequest,BatchGetAccountStatusResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAccountStatusResult |
BatchGetAccountStatusResult.clone() |
BatchGetAccountStatusResult |
BatchGetAccountStatusResult.withAccounts(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.
|
BatchGetAccountStatusResult |
BatchGetAccountStatusResult.withFailedAccounts(Collection<FailedAccount> failedAccounts)
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
|
BatchGetAccountStatusResult |
BatchGetAccountStatusResult.withFailedAccounts(FailedAccount... failedAccounts)
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
|
Copyright © 2022. All rights reserved.