| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| Modifier and Type | Method and Description |
|---|---|
default StopAssessmentRunResponse |
InspectorClient.stopAssessmentRun(Consumer<StopAssessmentRunRequest.Builder> stopAssessmentRunRequest)
Stops the assessment run that is specified by the ARN of the assessment run.
|
default StopAssessmentRunResponse |
InspectorClient.stopAssessmentRun(StopAssessmentRunRequest stopAssessmentRunRequest)
Stops the assessment run that is specified by the ARN of the assessment run.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopAssessmentRunResponse> |
InspectorAsyncClient.stopAssessmentRun(Consumer<StopAssessmentRunRequest.Builder> stopAssessmentRunRequest)
Stops the assessment run that is specified by the ARN of the assessment run.
|
default CompletableFuture<StopAssessmentRunResponse> |
InspectorAsyncClient.stopAssessmentRun(StopAssessmentRunRequest stopAssessmentRunRequest)
Stops the assessment run that is specified by the ARN of the assessment run.
|
Copyright © 2023. All rights reserved.