Uses of Class
software.amazon.awssdk.services.auditmanager.model.ListControlDomainInsightsByAssessmentResponse
-
Packages that use ListControlDomainInsightsByAssessmentResponse Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference.software.amazon.awssdk.services.auditmanager.paginators -
-
Uses of ListControlDomainInsightsByAssessmentResponse in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager that return ListControlDomainInsightsByAssessmentResponse Modifier and Type Method Description default ListControlDomainInsightsByAssessmentResponseAuditManagerClient. listControlDomainInsightsByAssessment(Consumer<ListControlDomainInsightsByAssessmentRequest.Builder> listControlDomainInsightsByAssessmentRequest)Lists analytics data for control domains within a specified active assessment.default ListControlDomainInsightsByAssessmentResponseAuditManagerClient. listControlDomainInsightsByAssessment(ListControlDomainInsightsByAssessmentRequest listControlDomainInsightsByAssessmentRequest)Lists analytics data for control domains within a specified active assessment.Methods in software.amazon.awssdk.services.auditmanager that return types with arguments of type ListControlDomainInsightsByAssessmentResponse Modifier and Type Method Description default CompletableFuture<ListControlDomainInsightsByAssessmentResponse>AuditManagerAsyncClient. listControlDomainInsightsByAssessment(Consumer<ListControlDomainInsightsByAssessmentRequest.Builder> listControlDomainInsightsByAssessmentRequest)Lists analytics data for control domains within a specified active assessment.default CompletableFuture<ListControlDomainInsightsByAssessmentResponse>AuditManagerAsyncClient. listControlDomainInsightsByAssessment(ListControlDomainInsightsByAssessmentRequest listControlDomainInsightsByAssessmentRequest)Lists analytics data for control domains within a specified active assessment. -
Uses of ListControlDomainInsightsByAssessmentResponse in software.amazon.awssdk.services.auditmanager.paginators
Methods in software.amazon.awssdk.services.auditmanager.paginators that return types with arguments of type ListControlDomainInsightsByAssessmentResponse Modifier and Type Method Description Iterator<ListControlDomainInsightsByAssessmentResponse>ListControlDomainInsightsByAssessmentIterable. iterator()Method parameters in software.amazon.awssdk.services.auditmanager.paginators with type arguments of type ListControlDomainInsightsByAssessmentResponse Modifier and Type Method Description voidListControlDomainInsightsByAssessmentPublisher. subscribe(org.reactivestreams.Subscriber<? super ListControlDomainInsightsByAssessmentResponse> subscriber)
-