Uses of Class
software.amazon.awssdk.services.inspector.model.StartAssessmentRunRequest
-
Packages that use StartAssessmentRunRequest Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.transform -
-
Uses of StartAssessmentRunRequest in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector with parameters of type StartAssessmentRunRequest Modifier and Type Method Description default CompletableFuture<StartAssessmentRunResponse>InspectorAsyncClient. startAssessmentRun(StartAssessmentRunRequest startAssessmentRunRequest)Starts the assessment run specified by the ARN of the assessment template.default StartAssessmentRunResponseInspectorClient. startAssessmentRun(StartAssessmentRunRequest startAssessmentRunRequest)Starts the assessment run specified by the ARN of the assessment template. -
Uses of StartAssessmentRunRequest in software.amazon.awssdk.services.inspector.transform
Methods in software.amazon.awssdk.services.inspector.transform with parameters of type StartAssessmentRunRequest Modifier and Type Method Description SdkHttpFullRequestStartAssessmentRunRequestMarshaller. marshall(StartAssessmentRunRequest startAssessmentRunRequest)
-