Uses of Class
software.amazon.awssdk.services.auditmanager.model.Framework
-
Packages that use Framework Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of Framework in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return Framework Modifier and Type Method Description FrameworkCreateAssessmentFrameworkResponse. framework()The name of the new framework that theCreateAssessmentFrameworkAPI returned.FrameworkGetAssessmentFrameworkResponse. framework()The framework that theGetAssessmentFrameworkAPI returned.FrameworkUpdateAssessmentFrameworkResponse. framework()The name of the framework.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type Framework Modifier and Type Method Description CreateAssessmentFrameworkResponse.BuilderCreateAssessmentFrameworkResponse.Builder. framework(Framework framework)The name of the new framework that theCreateAssessmentFrameworkAPI returned.GetAssessmentFrameworkResponse.BuilderGetAssessmentFrameworkResponse.Builder. framework(Framework framework)The framework that theGetAssessmentFrameworkAPI returned.UpdateAssessmentFrameworkResponse.BuilderUpdateAssessmentFrameworkResponse.Builder. framework(Framework framework)The name of the framework.
-