| Package | Description |
|---|---|
| com.amazonaws.services.inspector |
|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartAssessmentRunResult> |
AmazonInspectorAsyncClient.startAssessmentRunAsync(StartAssessmentRunRequest request,
AsyncHandler<StartAssessmentRunRequest,StartAssessmentRunResult> asyncHandler) |
Future<StartAssessmentRunResult> |
AbstractAmazonInspectorAsync.startAssessmentRunAsync(StartAssessmentRunRequest request,
AsyncHandler<StartAssessmentRunRequest,StartAssessmentRunResult> asyncHandler) |
Future<StartAssessmentRunResult> |
AmazonInspectorAsync.startAssessmentRunAsync(StartAssessmentRunRequest startAssessmentRunRequest,
AsyncHandler<StartAssessmentRunRequest,StartAssessmentRunResult> asyncHandler)
Starts the assessment run specified by the ARN of the assessment template.
|
| Modifier and Type | Method and Description |
|---|---|
StartAssessmentRunRequest |
StartAssessmentRunRequest.clone() |
StartAssessmentRunRequest |
StartAssessmentRunRequest.withAssessmentRunName(String assessmentRunName)
You can specify the name for the assessment run, or you can use the auto-generated name that is based on the
assessment template name.
|
StartAssessmentRunRequest |
StartAssessmentRunRequest.withAssessmentTemplateArn(String assessmentTemplateArn)
The ARN of the assessment template of the assessment run that you want to start.
|
Copyright © 2016. All rights reserved.