Uses of Class
com.amazonaws.services.inspector.model.StopAssessmentRunResult
-
Packages that use StopAssessmentRunResult Package Description com.amazonaws.services.inspector com.amazonaws.services.inspector.model -
-
Uses of StopAssessmentRunResult in com.amazonaws.services.inspector
Methods in com.amazonaws.services.inspector that return StopAssessmentRunResult Modifier and Type Method Description StopAssessmentRunResult
AbstractAmazonInspector. stopAssessmentRun(StopAssessmentRunRequest request)
StopAssessmentRunResult
AmazonInspector. stopAssessmentRun(StopAssessmentRunRequest stopAssessmentRunRequest)
Stops the assessment run that is specified by the ARN of the assessment run.StopAssessmentRunResult
AmazonInspectorClient. stopAssessmentRun(StopAssessmentRunRequest stopAssessmentRunRequest)
Stops the assessment run that is specified by the ARN of the assessment run.Method parameters in com.amazonaws.services.inspector with type arguments of type StopAssessmentRunResult Modifier and Type Method Description Future<StopAssessmentRunResult>
AbstractAmazonInspectorAsync. stopAssessmentRunAsync(StopAssessmentRunRequest request, AsyncHandler<StopAssessmentRunRequest,StopAssessmentRunResult> asyncHandler)
Future<StopAssessmentRunResult>
AmazonInspectorAsync. stopAssessmentRunAsync(StopAssessmentRunRequest stopAssessmentRunRequest, AsyncHandler<StopAssessmentRunRequest,StopAssessmentRunResult> asyncHandler)
Stops the assessment run that is specified by the ARN of the assessment run.Future<StopAssessmentRunResult>
AmazonInspectorAsyncClient. stopAssessmentRunAsync(StopAssessmentRunRequest request, AsyncHandler<StopAssessmentRunRequest,StopAssessmentRunResult> asyncHandler)
-
Uses of StopAssessmentRunResult in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return StopAssessmentRunResult Modifier and Type Method Description StopAssessmentRunResult
StopAssessmentRunResult. clone()
-