Uses of Interface
software.amazon.awssdk.services.personalizeruntime.PersonalizeRuntimeBaseClientBuilder
-
Packages that use PersonalizeRuntimeBaseClientBuilder Package Description software.amazon.awssdk.services.personalizeruntime -
-
Uses of PersonalizeRuntimeBaseClientBuilder in software.amazon.awssdk.services.personalizeruntime
Classes in software.amazon.awssdk.services.personalizeruntime with type parameters of type PersonalizeRuntimeBaseClientBuilder Modifier and Type Interface Description interfacePersonalizeRuntimeBaseClientBuilder<B extends PersonalizeRuntimeBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Personalize Runtime that is supported by bothPersonalizeRuntimeClientBuilderandPersonalizeRuntimeAsyncClientBuilder.Subinterfaces of PersonalizeRuntimeBaseClientBuilder in software.amazon.awssdk.services.personalizeruntime Modifier and Type Interface Description interfacePersonalizeRuntimeAsyncClientBuilderA builder for creating an instance ofPersonalizeRuntimeAsyncClient.interfacePersonalizeRuntimeClientBuilderA builder for creating an instance ofPersonalizeRuntimeClient.
-