Uses of Class
software.amazon.awssdk.services.inspector.model.AssessmentRun
-
Packages that use AssessmentRun Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of AssessmentRun in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type AssessmentRun Modifier and Type Method Description List<AssessmentRun>DescribeAssessmentRunsResponse. assessmentRuns()Information about the assessment run.Methods in software.amazon.awssdk.services.inspector.model with parameters of type AssessmentRun Modifier and Type Method Description DescribeAssessmentRunsResponse.BuilderDescribeAssessmentRunsResponse.Builder. assessmentRuns(AssessmentRun... assessmentRuns)Information about the assessment run.Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type AssessmentRun Modifier and Type Method Description DescribeAssessmentRunsResponse.BuilderDescribeAssessmentRunsResponse.Builder. assessmentRuns(Collection<AssessmentRun> assessmentRuns)Information about the assessment run.
-