| Package | Description |
|---|---|
| com.amazonaws.services.inspector | |
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAmazonInspector.stopAssessmentRun(StopAssessmentRunRequest request) |
void |
AmazonInspectorClient.stopAssessmentRun(StopAssessmentRunRequest stopAssessmentRunRequest)
Stops the assessment run that is specified by the ARN of the assessment
run.
|
void |
AmazonInspector.stopAssessmentRun(StopAssessmentRunRequest stopAssessmentRunRequest)
Stops the assessment run that is specified by the ARN of the assessment
run.
|
Future<Void> |
AmazonInspectorAsyncClient.stopAssessmentRunAsync(StopAssessmentRunRequest request) |
Future<Void> |
AbstractAmazonInspectorAsync.stopAssessmentRunAsync(StopAssessmentRunRequest request) |
Future<Void> |
AmazonInspectorAsync.stopAssessmentRunAsync(StopAssessmentRunRequest stopAssessmentRunRequest)
Stops the assessment run that is specified by the ARN of the assessment
run.
|
Future<Void> |
AmazonInspectorAsyncClient.stopAssessmentRunAsync(StopAssessmentRunRequest request,
AsyncHandler<StopAssessmentRunRequest,Void> asyncHandler) |
Future<Void> |
AbstractAmazonInspectorAsync.stopAssessmentRunAsync(StopAssessmentRunRequest request,
AsyncHandler<StopAssessmentRunRequest,Void> asyncHandler) |
Future<Void> |
AmazonInspectorAsync.stopAssessmentRunAsync(StopAssessmentRunRequest stopAssessmentRunRequest,
AsyncHandler<StopAssessmentRunRequest,Void> asyncHandler)
Stops the assessment run that is specified by the ARN of the assessment
run.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonInspectorAsyncClient.stopAssessmentRunAsync(StopAssessmentRunRequest request,
AsyncHandler<StopAssessmentRunRequest,Void> asyncHandler) |
Future<Void> |
AbstractAmazonInspectorAsync.stopAssessmentRunAsync(StopAssessmentRunRequest request,
AsyncHandler<StopAssessmentRunRequest,Void> asyncHandler) |
Future<Void> |
AmazonInspectorAsync.stopAssessmentRunAsync(StopAssessmentRunRequest stopAssessmentRunRequest,
AsyncHandler<StopAssessmentRunRequest,Void> 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.
|
Copyright © 2016. All rights reserved.