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