Uses of Class
software.amazon.awssdk.services.auditmanager.model.ListControlInsightsByControlDomainResponse
-
Packages that use ListControlInsightsByControlDomainResponse Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference.software.amazon.awssdk.services.auditmanager.paginators -
-
Uses of ListControlInsightsByControlDomainResponse in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager that return ListControlInsightsByControlDomainResponse Modifier and Type Method Description default ListControlInsightsByControlDomainResponseAuditManagerClient. listControlInsightsByControlDomain(Consumer<ListControlInsightsByControlDomainRequest.Builder> listControlInsightsByControlDomainRequest)Lists the latest analytics data for controls within a specific control domain across all active assessments.default ListControlInsightsByControlDomainResponseAuditManagerClient. listControlInsightsByControlDomain(ListControlInsightsByControlDomainRequest listControlInsightsByControlDomainRequest)Lists the latest analytics data for controls within a specific control domain across all active assessments.Methods in software.amazon.awssdk.services.auditmanager that return types with arguments of type ListControlInsightsByControlDomainResponse Modifier and Type Method Description default CompletableFuture<ListControlInsightsByControlDomainResponse>AuditManagerAsyncClient. listControlInsightsByControlDomain(Consumer<ListControlInsightsByControlDomainRequest.Builder> listControlInsightsByControlDomainRequest)Lists the latest analytics data for controls within a specific control domain across all active assessments.default CompletableFuture<ListControlInsightsByControlDomainResponse>AuditManagerAsyncClient. listControlInsightsByControlDomain(ListControlInsightsByControlDomainRequest listControlInsightsByControlDomainRequest)Lists the latest analytics data for controls within a specific control domain across all active assessments. -
Uses of ListControlInsightsByControlDomainResponse in software.amazon.awssdk.services.auditmanager.paginators
Methods in software.amazon.awssdk.services.auditmanager.paginators that return types with arguments of type ListControlInsightsByControlDomainResponse Modifier and Type Method Description Iterator<ListControlInsightsByControlDomainResponse>ListControlInsightsByControlDomainIterable. iterator()Method parameters in software.amazon.awssdk.services.auditmanager.paginators with type arguments of type ListControlInsightsByControlDomainResponse Modifier and Type Method Description voidListControlInsightsByControlDomainPublisher. subscribe(org.reactivestreams.Subscriber<? super ListControlInsightsByControlDomainResponse> subscriber)
-