Uses of Interface
software.amazon.awssdk.services.auditmanager.model.ListControlDomainInsightsRequest.Builder
-
Packages that use ListControlDomainInsightsRequest.Builder Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference.software.amazon.awssdk.services.auditmanager.model -
-
Uses of ListControlDomainInsightsRequest.Builder in software.amazon.awssdk.services.auditmanager
Method parameters in software.amazon.awssdk.services.auditmanager with type arguments of type ListControlDomainInsightsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListControlDomainInsightsResponse>AuditManagerAsyncClient. listControlDomainInsights(Consumer<ListControlDomainInsightsRequest.Builder> listControlDomainInsightsRequest)Lists the latest analytics data for control domains across all of your active assessments.default ListControlDomainInsightsResponseAuditManagerClient. listControlDomainInsights(Consumer<ListControlDomainInsightsRequest.Builder> listControlDomainInsightsRequest)Lists the latest analytics data for control domains across all of your active assessments.default ListControlDomainInsightsPublisherAuditManagerAsyncClient. listControlDomainInsightsPaginator(Consumer<ListControlDomainInsightsRequest.Builder> listControlDomainInsightsRequest)default ListControlDomainInsightsIterableAuditManagerClient. listControlDomainInsightsPaginator(Consumer<ListControlDomainInsightsRequest.Builder> listControlDomainInsightsRequest) -
Uses of ListControlDomainInsightsRequest.Builder in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return ListControlDomainInsightsRequest.Builder Modifier and Type Method Description static ListControlDomainInsightsRequest.BuilderListControlDomainInsightsRequest. builder()ListControlDomainInsightsRequest.BuilderListControlDomainInsightsRequest.Builder. maxResults(Integer maxResults)Represents the maximum number of results on a page or for an API request call.ListControlDomainInsightsRequest.BuilderListControlDomainInsightsRequest.Builder. nextToken(String nextToken)The pagination token that's used to fetch the next set of results.ListControlDomainInsightsRequest.BuilderListControlDomainInsightsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListControlDomainInsightsRequest.BuilderListControlDomainInsightsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListControlDomainInsightsRequest.BuilderListControlDomainInsightsRequest. toBuilder()Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type ListControlDomainInsightsRequest.Builder Modifier and Type Method Description static Class<? extends ListControlDomainInsightsRequest.Builder>ListControlDomainInsightsRequest. serializableBuilderClass()
-