Uses of Interface
software.amazon.awssdk.services.honeycode.HoneycodeServiceClientConfiguration.Builder
-
Packages that use HoneycodeServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.honeycode Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming.software.amazon.awssdk.services.honeycode.internal -
-
Uses of HoneycodeServiceClientConfiguration.Builder in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode that return HoneycodeServiceClientConfiguration.Builder Modifier and Type Method Description HoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfiguration.Builder. authSchemeProvider(HoneycodeAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic HoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfiguration. builder()HoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerHoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideHoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerHoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationHoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)HoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.honeycode with parameters of type HoneycodeServiceClientConfiguration.Builder Constructor Description HoneycodeServiceClientConfiguration(HoneycodeServiceClientConfiguration.Builder builder) -
Uses of HoneycodeServiceClientConfiguration.Builder in software.amazon.awssdk.services.honeycode.internal
Classes in software.amazon.awssdk.services.honeycode.internal that implement HoneycodeServiceClientConfiguration.Builder Modifier and Type Class Description classHoneycodeServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.honeycode.internal that return HoneycodeServiceClientConfiguration.Builder Modifier and Type Method Description HoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfigurationBuilder. authSchemeProvider(HoneycodeAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerHoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerHoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideHoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerHoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationHoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)HoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-