Uses of Class
software.amazon.awssdk.services.inspector.model.StopAssessmentRunRequest
-
Packages that use StopAssessmentRunRequest Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.transform -
-
Uses of StopAssessmentRunRequest in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector with parameters of type StopAssessmentRunRequest Modifier and Type Method Description default CompletableFuture<StopAssessmentRunResponse>InspectorAsyncClient. stopAssessmentRun(StopAssessmentRunRequest 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. -
Uses of StopAssessmentRunRequest in software.amazon.awssdk.services.inspector.transform
Methods in software.amazon.awssdk.services.inspector.transform with parameters of type StopAssessmentRunRequest Modifier and Type Method Description SdkHttpFullRequestStopAssessmentRunRequestMarshaller. marshall(StopAssessmentRunRequest stopAssessmentRunRequest)
-