Uses of Class
software.amazon.awssdk.services.inspector.model.StartAssessmentRunResponse
-
Packages that use StartAssessmentRunResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of StartAssessmentRunResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return StartAssessmentRunResponse Modifier and Type Method Description default StartAssessmentRunResponseInspectorClient. startAssessmentRun(Consumer<StartAssessmentRunRequest.Builder> 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.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type StartAssessmentRunResponse Modifier and Type Method Description default CompletableFuture<StartAssessmentRunResponse>InspectorAsyncClient. startAssessmentRun(Consumer<StartAssessmentRunRequest.Builder> startAssessmentRunRequest)Starts the assessment run specified by the ARN of the assessment template.default CompletableFuture<StartAssessmentRunResponse>InspectorAsyncClient. startAssessmentRun(StartAssessmentRunRequest startAssessmentRunRequest)Starts the assessment run specified by the ARN of the assessment template.
-