| 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<SendCisSessionHealthResult> |
AWSInspector2AsyncClient.sendCisSessionHealthAsync(SendCisSessionHealthRequest request,
AsyncHandler<SendCisSessionHealthRequest,SendCisSessionHealthResult> asyncHandler) |
Future<SendCisSessionHealthResult> |
AWSInspector2Async.sendCisSessionHealthAsync(SendCisSessionHealthRequest sendCisSessionHealthRequest,
AsyncHandler<SendCisSessionHealthRequest,SendCisSessionHealthResult> asyncHandler)
Sends a CIS session health.
|
Future<SendCisSessionHealthResult> |
AbstractAWSInspector2Async.sendCisSessionHealthAsync(SendCisSessionHealthRequest request,
AsyncHandler<SendCisSessionHealthRequest,SendCisSessionHealthResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SendCisSessionHealthRequest |
SendCisSessionHealthRequest.clone() |
SendCisSessionHealthRequest |
SendCisSessionHealthRequest.withScanJobId(String scanJobId)
A unique identifier for the scan job.
|
SendCisSessionHealthRequest |
SendCisSessionHealthRequest.withSessionToken(String sessionToken)
The unique token that identifies the CIS session.
|
Copyright © 2024. All rights reserved.