Uses of Interface
software.amazon.awssdk.services.inspector.model.StartAssessmentRunResponse.Builder
-
Packages that use StartAssessmentRunResponse.Builder Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of StartAssessmentRunResponse.Builder in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return StartAssessmentRunResponse.Builder Modifier and Type Method Description StartAssessmentRunResponse.BuilderStartAssessmentRunResponse.Builder. assessmentRunArn(String assessmentRunArn)The ARN of the assessment run that has been started.static StartAssessmentRunResponse.BuilderStartAssessmentRunResponse. builder()StartAssessmentRunResponse.BuilderStartAssessmentRunResponse. toBuilder()Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type StartAssessmentRunResponse.Builder Modifier and Type Method Description static Class<? extends StartAssessmentRunResponse.Builder>StartAssessmentRunResponse. serializableBuilderClass()
-