Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.ListDomainsRequest.Builder
-
Packages that use ListDomainsRequest.Builder Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ListDomainsRequest.Builder in software.amazon.awssdk.services.customerprofiles
Method parameters in software.amazon.awssdk.services.customerprofiles with type arguments of type ListDomainsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDomainsResponse>CustomerProfilesAsyncClient. listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)Returns a list of all the domains for an AWS account that have been created.default ListDomainsResponseCustomerProfilesClient. listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)Returns a list of all the domains for an AWS account that have been created. -
Uses of ListDomainsRequest.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return ListDomainsRequest.Builder Modifier and Type Method Description static ListDomainsRequest.BuilderListDomainsRequest. builder()ListDomainsRequest.BuilderListDomainsRequest.Builder. maxResults(Integer maxResults)The maximum number of objects returned per page.ListDomainsRequest.BuilderListDomainsRequest.Builder. nextToken(String nextToken)The pagination token from the previous ListDomain API call.ListDomainsRequest.BuilderListDomainsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDomainsRequest.BuilderListDomainsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDomainsRequest.BuilderListDomainsRequest. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ListDomainsRequest.Builder Modifier and Type Method Description static Class<? extends ListDomainsRequest.Builder>ListDomainsRequest. serializableBuilderClass()
-