Uses of Interface
software.amazon.awssdk.services.proton.ProtonServiceClientConfiguration.Builder
-
Packages that use ProtonServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.internal -
-
Uses of ProtonServiceClientConfiguration.Builder in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return ProtonServiceClientConfiguration.Builder Modifier and Type Method Description ProtonServiceClientConfiguration.BuilderProtonServiceClientConfiguration.Builder. authSchemeProvider(ProtonAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic ProtonServiceClientConfiguration.BuilderProtonServiceClientConfiguration. builder()ProtonServiceClientConfiguration.BuilderProtonServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerProtonServiceClientConfiguration.BuilderProtonServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideProtonServiceClientConfiguration.BuilderProtonServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerProtonServiceClientConfiguration.BuilderProtonServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationProtonServiceClientConfiguration.BuilderProtonServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)ProtonServiceClientConfiguration.BuilderProtonServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.proton with parameters of type ProtonServiceClientConfiguration.Builder Constructor Description ProtonServiceClientConfiguration(ProtonServiceClientConfiguration.Builder builder) -
Uses of ProtonServiceClientConfiguration.Builder in software.amazon.awssdk.services.proton.internal
Classes in software.amazon.awssdk.services.proton.internal that implement ProtonServiceClientConfiguration.Builder Modifier and Type Class Description classProtonServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.proton.internal that return ProtonServiceClientConfiguration.Builder Modifier and Type Method Description ProtonServiceClientConfiguration.BuilderProtonServiceClientConfigurationBuilder. authSchemeProvider(ProtonAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerProtonServiceClientConfiguration.BuilderProtonServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerProtonServiceClientConfiguration.BuilderProtonServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideProtonServiceClientConfiguration.BuilderProtonServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerProtonServiceClientConfiguration.BuilderProtonServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationProtonServiceClientConfiguration.BuilderProtonServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)ProtonServiceClientConfiguration.BuilderProtonServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-