Uses of Class
software.amazon.awssdk.services.auditmanager.model.ControlDomainInsights
-
Packages that use ControlDomainInsights Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of ControlDomainInsights in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type ControlDomainInsights Modifier and Type Method Description List<ControlDomainInsights>ListControlDomainInsightsByAssessmentResponse. controlDomainInsights()The control domain analytics data that theListControlDomainInsightsByAssessmentAPI returned.List<ControlDomainInsights>ListControlDomainInsightsResponse. controlDomainInsights()The control domain analytics data that theListControlDomainInsightsAPI returned.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type ControlDomainInsights Modifier and Type Method Description ListControlDomainInsightsByAssessmentResponse.BuilderListControlDomainInsightsByAssessmentResponse.Builder. controlDomainInsights(ControlDomainInsights... controlDomainInsights)The control domain analytics data that theListControlDomainInsightsByAssessmentAPI returned.ListControlDomainInsightsResponse.BuilderListControlDomainInsightsResponse.Builder. controlDomainInsights(ControlDomainInsights... controlDomainInsights)The control domain analytics data that theListControlDomainInsightsAPI returned.Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type ControlDomainInsights Modifier and Type Method Description ListControlDomainInsightsByAssessmentResponse.BuilderListControlDomainInsightsByAssessmentResponse.Builder. controlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)The control domain analytics data that theListControlDomainInsightsByAssessmentAPI returned.ListControlDomainInsightsResponse.BuilderListControlDomainInsightsResponse.Builder. controlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)The control domain analytics data that theListControlDomainInsightsAPI returned.
-