| Package | Description |
|---|---|
| com.amazonaws.services.inspector |
|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StopAssessmentRunResult> |
AmazonInspectorAsyncClient.stopAssessmentRunAsync(StopAssessmentRunRequest request,
AsyncHandler<StopAssessmentRunRequest,StopAssessmentRunResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
StopAssessmentRunRequest |
StopAssessmentRunRequest.clone() |
StopAssessmentRunRequest |
StopAssessmentRunRequest.withAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that you want to stop.
|
StopAssessmentRunRequest |
StopAssessmentRunRequest.withStopAction(StopAction stopAction)
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.
|
StopAssessmentRunRequest |
StopAssessmentRunRequest.withStopAction(String stopAction)
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.
|
Copyright © 2017. All rights reserved.