Uses of Class
software.amazon.awssdk.services.inspector2.model.StopCisSessionResponse
-
Packages that use StopCisSessionResponse 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 StopCisSessionResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return StopCisSessionResponse Modifier and Type Method Description default StopCisSessionResponseInspector2Client. stopCisSession(Consumer<StopCisSessionRequest.Builder> stopCisSessionRequest)Stops a CIS session.default StopCisSessionResponseInspector2Client. stopCisSession(StopCisSessionRequest stopCisSessionRequest)Stops a CIS session.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type StopCisSessionResponse Modifier and Type Method Description default CompletableFuture<StopCisSessionResponse>Inspector2AsyncClient. stopCisSession(Consumer<StopCisSessionRequest.Builder> stopCisSessionRequest)Stops a CIS session.default CompletableFuture<StopCisSessionResponse>Inspector2AsyncClient. stopCisSession(StopCisSessionRequest stopCisSessionRequest)Stops a CIS session.
-