Uses of Interface
software.amazon.awssdk.services.dynamodb.streams.DynamoDbStreamsServiceClientConfiguration.Builder
- 
Packages that use DynamoDbStreamsServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.dynamodb.streams Amazon DynamoDB software.amazon.awssdk.services.dynamodb.streams.internal 
- 
- 
Uses of DynamoDbStreamsServiceClientConfiguration.Builder in software.amazon.awssdk.services.dynamodb.streamsMethods in software.amazon.awssdk.services.dynamodb.streams that return DynamoDbStreamsServiceClientConfiguration.Builder Modifier and Type Method Description DynamoDbStreamsServiceClientConfiguration.BuilderDynamoDbStreamsServiceClientConfiguration.Builder. authSchemeProvider(DynamoDbStreamsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic DynamoDbStreamsServiceClientConfiguration.BuilderDynamoDbStreamsServiceClientConfiguration. builder()DynamoDbStreamsServiceClientConfiguration.BuilderDynamoDbStreamsServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerDynamoDbStreamsServiceClientConfiguration.BuilderDynamoDbStreamsServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideDynamoDbStreamsServiceClientConfiguration.BuilderDynamoDbStreamsServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerDynamoDbStreamsServiceClientConfiguration.BuilderDynamoDbStreamsServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationDynamoDbStreamsServiceClientConfiguration.BuilderDynamoDbStreamsServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)DynamoDbStreamsServiceClientConfiguration.BuilderDynamoDbStreamsServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.dynamodb.streams with parameters of type DynamoDbStreamsServiceClientConfiguration.Builder Constructor Description DynamoDbStreamsServiceClientConfiguration(DynamoDbStreamsServiceClientConfiguration.Builder builder)
- 
Uses of DynamoDbStreamsServiceClientConfiguration.Builder in software.amazon.awssdk.services.dynamodb.streams.internalClasses in software.amazon.awssdk.services.dynamodb.streams.internal that implement DynamoDbStreamsServiceClientConfiguration.Builder Modifier and Type Class Description classDynamoDbStreamsServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.dynamodb.streams.internal that return DynamoDbStreamsServiceClientConfiguration.Builder Modifier and Type Method Description DynamoDbStreamsServiceClientConfiguration.BuilderDynamoDbStreamsServiceClientConfigurationBuilder. authSchemeProvider(DynamoDbStreamsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerDynamoDbStreamsServiceClientConfiguration.BuilderDynamoDbStreamsServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerDynamoDbStreamsServiceClientConfiguration.BuilderDynamoDbStreamsServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideDynamoDbStreamsServiceClientConfiguration.BuilderDynamoDbStreamsServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerDynamoDbStreamsServiceClientConfiguration.BuilderDynamoDbStreamsServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationDynamoDbStreamsServiceClientConfiguration.BuilderDynamoDbStreamsServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)DynamoDbStreamsServiceClientConfiguration.BuilderDynamoDbStreamsServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
 
-