| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteAssessmentRunResponse |
InspectorClient.deleteAssessmentRun(Consumer<DeleteAssessmentRunRequest.Builder> deleteAssessmentRunRequest)
Deletes the assessment run that is specified by the ARN of the assessment run.
|
default DeleteAssessmentRunResponse |
InspectorClient.deleteAssessmentRun(DeleteAssessmentRunRequest deleteAssessmentRunRequest)
Deletes the assessment run that is specified by the ARN of the assessment run.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteAssessmentRunResponse> |
InspectorAsyncClient.deleteAssessmentRun(Consumer<DeleteAssessmentRunRequest.Builder> deleteAssessmentRunRequest)
Deletes the assessment run that is specified by the ARN of the assessment run.
|
default CompletableFuture<DeleteAssessmentRunResponse> |
InspectorAsyncClient.deleteAssessmentRun(DeleteAssessmentRunRequest deleteAssessmentRunRequest)
Deletes the assessment run that is specified by the ARN of the assessment run.
|
Copyright © 2023. All rights reserved.