Uses of Interface
software.amazon.awssdk.services.neptunegraph.NeptuneGraphServiceClientConfiguration.Builder
-
Packages that use NeptuneGraphServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to insights faster by quickly processing large amounts of graph data, invoking popular graph analytic algorithms in low-latency queries, and getting analytics results in seconds.software.amazon.awssdk.services.neptunegraph.internal -
-
Uses of NeptuneGraphServiceClientConfiguration.Builder in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return NeptuneGraphServiceClientConfiguration.Builder Modifier and Type Method Description NeptuneGraphServiceClientConfiguration.BuilderNeptuneGraphServiceClientConfiguration.Builder. authSchemeProvider(NeptuneGraphAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic NeptuneGraphServiceClientConfiguration.BuilderNeptuneGraphServiceClientConfiguration. builder()NeptuneGraphServiceClientConfiguration.BuilderNeptuneGraphServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerNeptuneGraphServiceClientConfiguration.BuilderNeptuneGraphServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideNeptuneGraphServiceClientConfiguration.BuilderNeptuneGraphServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerNeptuneGraphServiceClientConfiguration.BuilderNeptuneGraphServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationNeptuneGraphServiceClientConfiguration.BuilderNeptuneGraphServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)NeptuneGraphServiceClientConfiguration.BuilderNeptuneGraphServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.neptunegraph with parameters of type NeptuneGraphServiceClientConfiguration.Builder Constructor Description NeptuneGraphServiceClientConfiguration(NeptuneGraphServiceClientConfiguration.Builder builder) -
Uses of NeptuneGraphServiceClientConfiguration.Builder in software.amazon.awssdk.services.neptunegraph.internal
Classes in software.amazon.awssdk.services.neptunegraph.internal that implement NeptuneGraphServiceClientConfiguration.Builder Modifier and Type Class Description classNeptuneGraphServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.neptunegraph.internal that return NeptuneGraphServiceClientConfiguration.Builder Modifier and Type Method Description NeptuneGraphServiceClientConfiguration.BuilderNeptuneGraphServiceClientConfigurationBuilder. authSchemeProvider(NeptuneGraphAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerNeptuneGraphServiceClientConfiguration.BuilderNeptuneGraphServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerNeptuneGraphServiceClientConfiguration.BuilderNeptuneGraphServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideNeptuneGraphServiceClientConfiguration.BuilderNeptuneGraphServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerNeptuneGraphServiceClientConfiguration.BuilderNeptuneGraphServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationNeptuneGraphServiceClientConfiguration.BuilderNeptuneGraphServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)NeptuneGraphServiceClientConfiguration.BuilderNeptuneGraphServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-