Uses of Class
software.amazon.awssdk.services.inspector2.model.SendCisSessionTelemetryResponse
-
Packages that use SendCisSessionTelemetryResponse 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 SendCisSessionTelemetryResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return SendCisSessionTelemetryResponse Modifier and Type Method Description default SendCisSessionTelemetryResponseInspector2Client. sendCisSessionTelemetry(Consumer<SendCisSessionTelemetryRequest.Builder> sendCisSessionTelemetryRequest)Sends a CIS session telemetry.default SendCisSessionTelemetryResponseInspector2Client. sendCisSessionTelemetry(SendCisSessionTelemetryRequest sendCisSessionTelemetryRequest)Sends a CIS session telemetry.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type SendCisSessionTelemetryResponse Modifier and Type Method Description default CompletableFuture<SendCisSessionTelemetryResponse>Inspector2AsyncClient. sendCisSessionTelemetry(Consumer<SendCisSessionTelemetryRequest.Builder> sendCisSessionTelemetryRequest)Sends a CIS session telemetry.default CompletableFuture<SendCisSessionTelemetryResponse>Inspector2AsyncClient. sendCisSessionTelemetry(SendCisSessionTelemetryRequest sendCisSessionTelemetryRequest)Sends a CIS session telemetry.
-