Uses of Class
software.amazon.awssdk.services.auditmanager.model.ControlInsightsMetadataByAssessmentItem
-
Packages that use ControlInsightsMetadataByAssessmentItem Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of ControlInsightsMetadataByAssessmentItem in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type ControlInsightsMetadataByAssessmentItem Modifier and Type Method Description List<ControlInsightsMetadataByAssessmentItem>ListAssessmentControlInsightsByControlDomainResponse. controlInsightsByAssessment()The assessment control analytics data that theListAssessmentControlInsightsByControlDomainAPI returned.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type ControlInsightsMetadataByAssessmentItem Modifier and Type Method Description ListAssessmentControlInsightsByControlDomainResponse.BuilderListAssessmentControlInsightsByControlDomainResponse.Builder. controlInsightsByAssessment(ControlInsightsMetadataByAssessmentItem... controlInsightsByAssessment)The assessment control analytics data that theListAssessmentControlInsightsByControlDomainAPI returned.Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type ControlInsightsMetadataByAssessmentItem Modifier and Type Method Description ListAssessmentControlInsightsByControlDomainResponse.BuilderListAssessmentControlInsightsByControlDomainResponse.Builder. controlInsightsByAssessment(Collection<ControlInsightsMetadataByAssessmentItem> controlInsightsByAssessment)The assessment control analytics data that theListAssessmentControlInsightsByControlDomainAPI returned.
-