Uses of Interface
software.amazon.awssdk.services.auditmanager.model.ListControlInsightsByControlDomainRequest.Builder
-
Packages that use ListControlInsightsByControlDomainRequest.Builder Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference.software.amazon.awssdk.services.auditmanager.model -
-
Uses of ListControlInsightsByControlDomainRequest.Builder in software.amazon.awssdk.services.auditmanager
-
Uses of ListControlInsightsByControlDomainRequest.Builder in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return ListControlInsightsByControlDomainRequest.Builder Modifier and Type Method Description static ListControlInsightsByControlDomainRequest.BuilderListControlInsightsByControlDomainRequest. builder()ListControlInsightsByControlDomainRequest.BuilderListControlInsightsByControlDomainRequest.Builder. controlDomainId(String controlDomainId)The unique identifier for the control domain.ListControlInsightsByControlDomainRequest.BuilderListControlInsightsByControlDomainRequest.Builder. maxResults(Integer maxResults)Represents the maximum number of results on a page or for an API request call.ListControlInsightsByControlDomainRequest.BuilderListControlInsightsByControlDomainRequest.Builder. nextToken(String nextToken)The pagination token that's used to fetch the next set of results.ListControlInsightsByControlDomainRequest.BuilderListControlInsightsByControlDomainRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListControlInsightsByControlDomainRequest.BuilderListControlInsightsByControlDomainRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListControlInsightsByControlDomainRequest.BuilderListControlInsightsByControlDomainRequest. toBuilder()Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type ListControlInsightsByControlDomainRequest.Builder Modifier and Type Method Description static Class<? extends ListControlInsightsByControlDomainRequest.Builder>ListControlInsightsByControlDomainRequest. serializableBuilderClass()
-