Uses of Class
software.amazon.awssdk.services.auditmanager.model.ListAssessmentControlInsightsByControlDomainRequest
-
Packages that use ListAssessmentControlInsightsByControlDomainRequest 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 ListAssessmentControlInsightsByControlDomainRequest in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager with parameters of type ListAssessmentControlInsightsByControlDomainRequest Modifier and Type Method Description default CompletableFuture<ListAssessmentControlInsightsByControlDomainResponse>AuditManagerAsyncClient. listAssessmentControlInsightsByControlDomain(ListAssessmentControlInsightsByControlDomainRequest 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.default ListAssessmentControlInsightsByControlDomainPublisherAuditManagerAsyncClient. listAssessmentControlInsightsByControlDomainPaginator(ListAssessmentControlInsightsByControlDomainRequest listAssessmentControlInsightsByControlDomainRequest)Lists the latest analytics data for controls within a specific control domain and a specific active assessment.default ListAssessmentControlInsightsByControlDomainIterableAuditManagerClient. listAssessmentControlInsightsByControlDomainPaginator(ListAssessmentControlInsightsByControlDomainRequest listAssessmentControlInsightsByControlDomainRequest)Lists the latest analytics data for controls within a specific control domain and a specific active assessment. -
Uses of ListAssessmentControlInsightsByControlDomainRequest in software.amazon.awssdk.services.auditmanager.paginators
Constructors in software.amazon.awssdk.services.auditmanager.paginators with parameters of type ListAssessmentControlInsightsByControlDomainRequest Constructor Description ListAssessmentControlInsightsByControlDomainIterable(AuditManagerClient client, ListAssessmentControlInsightsByControlDomainRequest firstRequest)ListAssessmentControlInsightsByControlDomainPublisher(AuditManagerAsyncClient client, ListAssessmentControlInsightsByControlDomainRequest firstRequest) -
Uses of ListAssessmentControlInsightsByControlDomainRequest in software.amazon.awssdk.services.auditmanager.transform
Methods in software.amazon.awssdk.services.auditmanager.transform with parameters of type ListAssessmentControlInsightsByControlDomainRequest Modifier and Type Method Description SdkHttpFullRequestListAssessmentControlInsightsByControlDomainRequestMarshaller. marshall(ListAssessmentControlInsightsByControlDomainRequest listAssessmentControlInsightsByControlDomainRequest)
-