Uses of Interface
software.amazon.awssdk.services.appsync.AppSyncServiceClientConfiguration.Builder
-
Packages that use AppSyncServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.software.amazon.awssdk.services.appsync.internal -
-
Uses of AppSyncServiceClientConfiguration.Builder in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return AppSyncServiceClientConfiguration.Builder Modifier and Type Method Description AppSyncServiceClientConfiguration.BuilderAppSyncServiceClientConfiguration.Builder. authSchemeProvider(AppSyncAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic AppSyncServiceClientConfiguration.BuilderAppSyncServiceClientConfiguration. builder()AppSyncServiceClientConfiguration.BuilderAppSyncServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerAppSyncServiceClientConfiguration.BuilderAppSyncServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideAppSyncServiceClientConfiguration.BuilderAppSyncServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerAppSyncServiceClientConfiguration.BuilderAppSyncServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationAppSyncServiceClientConfiguration.BuilderAppSyncServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)AppSyncServiceClientConfiguration.BuilderAppSyncServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.appsync with parameters of type AppSyncServiceClientConfiguration.Builder Constructor Description AppSyncServiceClientConfiguration(AppSyncServiceClientConfiguration.Builder builder) -
Uses of AppSyncServiceClientConfiguration.Builder in software.amazon.awssdk.services.appsync.internal
Classes in software.amazon.awssdk.services.appsync.internal that implement AppSyncServiceClientConfiguration.Builder Modifier and Type Class Description classAppSyncServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.appsync.internal that return AppSyncServiceClientConfiguration.Builder Modifier and Type Method Description AppSyncServiceClientConfiguration.BuilderAppSyncServiceClientConfigurationBuilder. authSchemeProvider(AppSyncAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerAppSyncServiceClientConfiguration.BuilderAppSyncServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerAppSyncServiceClientConfiguration.BuilderAppSyncServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideAppSyncServiceClientConfiguration.BuilderAppSyncServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerAppSyncServiceClientConfiguration.BuilderAppSyncServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationAppSyncServiceClientConfiguration.BuilderAppSyncServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)AppSyncServiceClientConfiguration.BuilderAppSyncServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-