Uses of Class
software.amazon.awssdk.services.inspector2.model.StartCisSessionResponse
-
Packages that use StartCisSessionResponse 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 StartCisSessionResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return StartCisSessionResponse Modifier and Type Method Description default StartCisSessionResponseInspector2Client. startCisSession(Consumer<StartCisSessionRequest.Builder> startCisSessionRequest)Starts a CIS session.default StartCisSessionResponseInspector2Client. startCisSession(StartCisSessionRequest startCisSessionRequest)Starts a CIS session.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type StartCisSessionResponse Modifier and Type Method Description default CompletableFuture<StartCisSessionResponse>Inspector2AsyncClient. startCisSession(Consumer<StartCisSessionRequest.Builder> startCisSessionRequest)Starts a CIS session.default CompletableFuture<StartCisSessionResponse>Inspector2AsyncClient. startCisSession(StartCisSessionRequest startCisSessionRequest)Starts a CIS session.
-