Uses of Class
com.amazonaws.services.inspector.model.StopAssessmentRunRequest
Packages that use StopAssessmentRunRequest
-
Uses of StopAssessmentRunRequest in com.amazonaws.services.inspector
Methods in com.amazonaws.services.inspector with parameters of type StopAssessmentRunRequestModifier and TypeMethodDescriptionAbstractAmazonInspector.stopAssessmentRun
(StopAssessmentRunRequest request) AmazonInspector.stopAssessmentRun
(StopAssessmentRunRequest stopAssessmentRunRequest) Stops the assessment run that is specified by the ARN of the assessment run.AmazonInspectorClient.stopAssessmentRun
(StopAssessmentRunRequest stopAssessmentRunRequest) Stops the assessment run that is specified by the ARN of the assessment run.AbstractAmazonInspectorAsync.stopAssessmentRunAsync
(StopAssessmentRunRequest request) AbstractAmazonInspectorAsync.stopAssessmentRunAsync
(StopAssessmentRunRequest request, AsyncHandler<StopAssessmentRunRequest, StopAssessmentRunResult> asyncHandler) AmazonInspectorAsync.stopAssessmentRunAsync
(StopAssessmentRunRequest stopAssessmentRunRequest) Stops the assessment run that is specified by the ARN of the assessment run.AmazonInspectorAsync.stopAssessmentRunAsync
(StopAssessmentRunRequest stopAssessmentRunRequest, AsyncHandler<StopAssessmentRunRequest, StopAssessmentRunResult> asyncHandler) Stops the assessment run that is specified by the ARN of the assessment run.AmazonInspectorAsyncClient.stopAssessmentRunAsync
(StopAssessmentRunRequest request) AmazonInspectorAsyncClient.stopAssessmentRunAsync
(StopAssessmentRunRequest request, AsyncHandler<StopAssessmentRunRequest, StopAssessmentRunResult> asyncHandler) Method parameters in com.amazonaws.services.inspector with type arguments of type StopAssessmentRunRequestModifier and TypeMethodDescriptionAbstractAmazonInspectorAsync.stopAssessmentRunAsync
(StopAssessmentRunRequest request, AsyncHandler<StopAssessmentRunRequest, StopAssessmentRunResult> asyncHandler) AmazonInspectorAsync.stopAssessmentRunAsync
(StopAssessmentRunRequest stopAssessmentRunRequest, AsyncHandler<StopAssessmentRunRequest, StopAssessmentRunResult> asyncHandler) Stops the assessment run that is specified by the ARN of the assessment run.AmazonInspectorAsyncClient.stopAssessmentRunAsync
(StopAssessmentRunRequest request, AsyncHandler<StopAssessmentRunRequest, StopAssessmentRunResult> asyncHandler) -
Uses of StopAssessmentRunRequest in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return StopAssessmentRunRequestModifier and TypeMethodDescriptionStopAssessmentRunRequest.clone()
StopAssessmentRunRequest.withAssessmentRunArn
(String assessmentRunArn) The ARN of the assessment run that you want to stop.