Uses of Class
software.amazon.awssdk.services.auditmanager.model.ListControlInsightsByControlDomainRequest
-
Packages that use ListControlInsightsByControlDomainRequest Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference.software.amazon.awssdk.services.auditmanager.paginators software.amazon.awssdk.services.auditmanager.transform -
-
Uses of ListControlInsightsByControlDomainRequest in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager with parameters of type ListControlInsightsByControlDomainRequest Modifier and Type Method Description default CompletableFuture<ListControlInsightsByControlDomainResponse>AuditManagerAsyncClient. listControlInsightsByControlDomain(ListControlInsightsByControlDomainRequest 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.default ListControlInsightsByControlDomainPublisherAuditManagerAsyncClient. listControlInsightsByControlDomainPaginator(ListControlInsightsByControlDomainRequest listControlInsightsByControlDomainRequest)default ListControlInsightsByControlDomainIterableAuditManagerClient. listControlInsightsByControlDomainPaginator(ListControlInsightsByControlDomainRequest listControlInsightsByControlDomainRequest) -
Uses of ListControlInsightsByControlDomainRequest in software.amazon.awssdk.services.auditmanager.paginators
Constructors in software.amazon.awssdk.services.auditmanager.paginators with parameters of type ListControlInsightsByControlDomainRequest Constructor Description ListControlInsightsByControlDomainIterable(AuditManagerClient client, ListControlInsightsByControlDomainRequest firstRequest)ListControlInsightsByControlDomainPublisher(AuditManagerAsyncClient client, ListControlInsightsByControlDomainRequest firstRequest) -
Uses of ListControlInsightsByControlDomainRequest in software.amazon.awssdk.services.auditmanager.transform
Methods in software.amazon.awssdk.services.auditmanager.transform with parameters of type ListControlInsightsByControlDomainRequest Modifier and Type Method Description SdkHttpFullRequestListControlInsightsByControlDomainRequestMarshaller. marshall(ListControlInsightsByControlDomainRequest listControlInsightsByControlDomainRequest)
-