Uses of Interface
software.amazon.awssdk.services.appsync.AppSyncBaseClientBuilder
-
Packages that use AppSyncBaseClientBuilder Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application. -
-
Uses of AppSyncBaseClientBuilder in software.amazon.awssdk.services.appsync
Classes in software.amazon.awssdk.services.appsync with type parameters of type AppSyncBaseClientBuilder Modifier and Type Interface Description interfaceAppSyncBaseClientBuilder<B extends AppSyncBaseClientBuilder<B,C>,C>This includes configuration specific to AWSAppSync that is supported by bothAppSyncClientBuilderandAppSyncAsyncClientBuilder.Subinterfaces of AppSyncBaseClientBuilder in software.amazon.awssdk.services.appsync Modifier and Type Interface Description interfaceAppSyncAsyncClientBuilderA builder for creating an instance ofAppSyncAsyncClient.interfaceAppSyncClientBuilderA builder for creating an instance ofAppSyncClient.
-