Uses of Class
software.amazon.awssdk.services.auditmanager.model.ListAssessmentControlInsightsByControlDomainResponse
-
Packages that use ListAssessmentControlInsightsByControlDomainResponse Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference.software.amazon.awssdk.services.auditmanager.paginators -
-
Uses of ListAssessmentControlInsightsByControlDomainResponse in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager that return ListAssessmentControlInsightsByControlDomainResponse Modifier and Type Method Description default ListAssessmentControlInsightsByControlDomainResponseAuditManagerClient. listAssessmentControlInsightsByControlDomain(Consumer<ListAssessmentControlInsightsByControlDomainRequest.Builder> listAssessmentControlInsightsByControlDomainRequest)Lists the latest analytics data for controls within a specific control domain and a specific active assessment.default ListAssessmentControlInsightsByControlDomainResponseAuditManagerClient. listAssessmentControlInsightsByControlDomain(ListAssessmentControlInsightsByControlDomainRequest listAssessmentControlInsightsByControlDomainRequest)Lists the latest analytics data for controls within a specific control domain and a specific active assessment.Methods in software.amazon.awssdk.services.auditmanager that return types with arguments of type ListAssessmentControlInsightsByControlDomainResponse Modifier and Type Method Description default CompletableFuture<ListAssessmentControlInsightsByControlDomainResponse>AuditManagerAsyncClient. listAssessmentControlInsightsByControlDomain(Consumer<ListAssessmentControlInsightsByControlDomainRequest.Builder> listAssessmentControlInsightsByControlDomainRequest)Lists the latest analytics data for controls within a specific control domain and a specific active assessment.default CompletableFuture<ListAssessmentControlInsightsByControlDomainResponse>AuditManagerAsyncClient. listAssessmentControlInsightsByControlDomain(ListAssessmentControlInsightsByControlDomainRequest listAssessmentControlInsightsByControlDomainRequest)Lists the latest analytics data for controls within a specific control domain and a specific active assessment. -
Uses of ListAssessmentControlInsightsByControlDomainResponse in software.amazon.awssdk.services.auditmanager.paginators
Methods in software.amazon.awssdk.services.auditmanager.paginators that return types with arguments of type ListAssessmentControlInsightsByControlDomainResponse Modifier and Type Method Description Iterator<ListAssessmentControlInsightsByControlDomainResponse>ListAssessmentControlInsightsByControlDomainIterable. iterator()Method parameters in software.amazon.awssdk.services.auditmanager.paginators with type arguments of type ListAssessmentControlInsightsByControlDomainResponse Modifier and Type Method Description voidListAssessmentControlInsightsByControlDomainPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssessmentControlInsightsByControlDomainResponse> subscriber)
-