Uses of Interface
software.amazon.awssdk.services.auditmanager.model.ListAssessmentControlInsightsByControlDomainRequest.Builder
-
Packages that use ListAssessmentControlInsightsByControlDomainRequest.Builder Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference.software.amazon.awssdk.services.auditmanager.model -
-
Uses of ListAssessmentControlInsightsByControlDomainRequest.Builder in software.amazon.awssdk.services.auditmanager
Method parameters in software.amazon.awssdk.services.auditmanager with type arguments of type ListAssessmentControlInsightsByControlDomainRequest.Builder 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 ListAssessmentControlInsightsByControlDomainResponseAuditManagerClient. listAssessmentControlInsightsByControlDomain(Consumer<ListAssessmentControlInsightsByControlDomainRequest.Builder> listAssessmentControlInsightsByControlDomainRequest)Lists the latest analytics data for controls within a specific control domain and a specific active assessment.default ListAssessmentControlInsightsByControlDomainPublisherAuditManagerAsyncClient. listAssessmentControlInsightsByControlDomainPaginator(Consumer<ListAssessmentControlInsightsByControlDomainRequest.Builder> listAssessmentControlInsightsByControlDomainRequest)Lists the latest analytics data for controls within a specific control domain and a specific active assessment.default ListAssessmentControlInsightsByControlDomainIterableAuditManagerClient. listAssessmentControlInsightsByControlDomainPaginator(Consumer<ListAssessmentControlInsightsByControlDomainRequest.Builder> listAssessmentControlInsightsByControlDomainRequest)Lists the latest analytics data for controls within a specific control domain and a specific active assessment. -
Uses of ListAssessmentControlInsightsByControlDomainRequest.Builder in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return ListAssessmentControlInsightsByControlDomainRequest.Builder Modifier and Type Method Description ListAssessmentControlInsightsByControlDomainRequest.BuilderListAssessmentControlInsightsByControlDomainRequest.Builder. assessmentId(String assessmentId)The unique identifier for the active assessment.static ListAssessmentControlInsightsByControlDomainRequest.BuilderListAssessmentControlInsightsByControlDomainRequest. builder()ListAssessmentControlInsightsByControlDomainRequest.BuilderListAssessmentControlInsightsByControlDomainRequest.Builder. controlDomainId(String controlDomainId)The unique identifier for the control domain.ListAssessmentControlInsightsByControlDomainRequest.BuilderListAssessmentControlInsightsByControlDomainRequest.Builder. maxResults(Integer maxResults)Represents the maximum number of results on a page or for an API request call.ListAssessmentControlInsightsByControlDomainRequest.BuilderListAssessmentControlInsightsByControlDomainRequest.Builder. nextToken(String nextToken)The pagination token that's used to fetch the next set of results.ListAssessmentControlInsightsByControlDomainRequest.BuilderListAssessmentControlInsightsByControlDomainRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssessmentControlInsightsByControlDomainRequest.BuilderListAssessmentControlInsightsByControlDomainRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssessmentControlInsightsByControlDomainRequest.BuilderListAssessmentControlInsightsByControlDomainRequest. toBuilder()Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type ListAssessmentControlInsightsByControlDomainRequest.Builder Modifier and Type Method Description static Class<? extends ListAssessmentControlInsightsByControlDomainRequest.Builder>ListAssessmentControlInsightsByControlDomainRequest. serializableBuilderClass()
-