Uses of Interface
software.amazon.awssdk.services.customerprofiles.CustomerProfilesBaseClientBuilder
-
Packages that use CustomerProfilesBaseClientBuilder Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of CustomerProfilesBaseClientBuilder in software.amazon.awssdk.services.customerprofiles
Classes in software.amazon.awssdk.services.customerprofiles with type parameters of type CustomerProfilesBaseClientBuilder Modifier and Type Interface Description interfaceCustomerProfilesBaseClientBuilder<B extends CustomerProfilesBaseClientBuilder<B,C>,C>This includes configuration specific to Customer Profiles that is supported by bothCustomerProfilesClientBuilderandCustomerProfilesAsyncClientBuilder.Subinterfaces of CustomerProfilesBaseClientBuilder in software.amazon.awssdk.services.customerprofiles Modifier and Type Interface Description interfaceCustomerProfilesAsyncClientBuilderA builder for creating an instance ofCustomerProfilesAsyncClient.interfaceCustomerProfilesClientBuilderA builder for creating an instance ofCustomerProfilesClient.
-