Uses of Class
software.amazon.awssdk.services.inspector.model.StopAssessmentRunResponse
-
Packages that use StopAssessmentRunResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of StopAssessmentRunResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return StopAssessmentRunResponse Modifier and Type Method Description default StopAssessmentRunResponseInspectorClient. stopAssessmentRun(Consumer<StopAssessmentRunRequest.Builder> stopAssessmentRunRequest)Stops the assessment run that is specified by the ARN of the assessment run.default StopAssessmentRunResponseInspectorClient. stopAssessmentRun(StopAssessmentRunRequest stopAssessmentRunRequest)Stops the assessment run that is specified by the ARN of the assessment run.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type StopAssessmentRunResponse Modifier and Type Method Description default CompletableFuture<StopAssessmentRunResponse>InspectorAsyncClient. stopAssessmentRun(Consumer<StopAssessmentRunRequest.Builder> stopAssessmentRunRequest)Stops the assessment run that is specified by the ARN of the assessment run.default CompletableFuture<StopAssessmentRunResponse>InspectorAsyncClient. stopAssessmentRun(StopAssessmentRunRequest stopAssessmentRunRequest)Stops the assessment run that is specified by the ARN of the assessment run.
-