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