| Package | Description |
|---|---|
| com.amazonaws.services.inspector2 |
Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities
within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.
|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetAccountStatusResult> |
AWSInspector2AsyncClient.batchGetAccountStatusAsync(BatchGetAccountStatusRequest request,
AsyncHandler<BatchGetAccountStatusRequest,BatchGetAccountStatusResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAccountStatusRequest |
BatchGetAccountStatusRequest.clone() |
BatchGetAccountStatusRequest |
BatchGetAccountStatusRequest.withAccountIds(Collection<String> accountIds)
The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for.
|
BatchGetAccountStatusRequest |
BatchGetAccountStatusRequest.withAccountIds(String... accountIds)
The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for.
|
Copyright © 2025. All rights reserved.