Uses of Class
software.amazon.awssdk.services.auditmanager.model.Assessment
-
Packages that use Assessment Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of Assessment in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return Assessment Modifier and Type Method Description AssessmentCreateAssessmentResponse. assessment()Returns the value of the Assessment property for this object.AssessmentGetAssessmentResponse. assessment()Returns the value of the Assessment property for this object.AssessmentUpdateAssessmentResponse. assessment()The response object for theUpdateAssessmentAPI.AssessmentUpdateAssessmentStatusResponse. assessment()The name of the updated assessment that theUpdateAssessmentStatusAPI returned.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type Assessment Modifier and Type Method Description CreateAssessmentResponse.BuilderCreateAssessmentResponse.Builder. assessment(Assessment assessment)Sets the value of the Assessment property for this object.GetAssessmentResponse.BuilderGetAssessmentResponse.Builder. assessment(Assessment assessment)Sets the value of the Assessment property for this object.UpdateAssessmentResponse.BuilderUpdateAssessmentResponse.Builder. assessment(Assessment assessment)The response object for theUpdateAssessmentAPI.UpdateAssessmentStatusResponse.BuilderUpdateAssessmentStatusResponse.Builder. assessment(Assessment assessment)The name of the updated assessment that theUpdateAssessmentStatusAPI returned.
-