Uses of Class
software.amazon.awssdk.services.inspector2.model.SendCisSessionHealthResponse
-
Packages that use SendCisSessionHealthResponse Package Description software.amazon.awssdk.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. -
-
Uses of SendCisSessionHealthResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return SendCisSessionHealthResponse Modifier and Type Method Description default SendCisSessionHealthResponseInspector2Client. sendCisSessionHealth(Consumer<SendCisSessionHealthRequest.Builder> sendCisSessionHealthRequest)Sends a CIS session health.default SendCisSessionHealthResponseInspector2Client. sendCisSessionHealth(SendCisSessionHealthRequest sendCisSessionHealthRequest)Sends a CIS session health.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type SendCisSessionHealthResponse Modifier and Type Method Description default CompletableFuture<SendCisSessionHealthResponse>Inspector2AsyncClient. sendCisSessionHealth(Consumer<SendCisSessionHealthRequest.Builder> sendCisSessionHealthRequest)Sends a CIS session health.default CompletableFuture<SendCisSessionHealthResponse>Inspector2AsyncClient. sendCisSessionHealth(SendCisSessionHealthRequest sendCisSessionHealthRequest)Sends a CIS session health.
-