Uses of Interface
software.amazon.awssdk.services.workdocs.WorkDocsServiceClientConfiguration.Builder
-
Packages that use WorkDocsServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases:software.amazon.awssdk.services.workdocs.internal -
-
Uses of WorkDocsServiceClientConfiguration.Builder in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return WorkDocsServiceClientConfiguration.Builder Modifier and Type Method Description WorkDocsServiceClientConfiguration.Builder
WorkDocsServiceClientConfiguration.Builder. authSchemeProvider(WorkDocsAuthSchemeProvider authSchemeProvider)
Sets the value for auth scheme providerstatic WorkDocsServiceClientConfiguration.Builder
WorkDocsServiceClientConfiguration. builder()
WorkDocsServiceClientConfiguration.Builder
WorkDocsServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)
Sets the value for credentials providerWorkDocsServiceClientConfiguration.Builder
WorkDocsServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)
Sets the value for endpoint overrideWorkDocsServiceClientConfiguration.Builder
WorkDocsServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)
Sets the value for endpoint providerWorkDocsServiceClientConfiguration.Builder
WorkDocsServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)
Sets the value for client override configurationWorkDocsServiceClientConfiguration.Builder
WorkDocsServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)
WorkDocsServiceClientConfiguration.Builder
WorkDocsServiceClientConfiguration.Builder. region(Region region)
Sets the value for AWS regionConstructors in software.amazon.awssdk.services.workdocs with parameters of type WorkDocsServiceClientConfiguration.Builder Constructor Description WorkDocsServiceClientConfiguration(WorkDocsServiceClientConfiguration.Builder builder)
-
Uses of WorkDocsServiceClientConfiguration.Builder in software.amazon.awssdk.services.workdocs.internal
Classes in software.amazon.awssdk.services.workdocs.internal that implement WorkDocsServiceClientConfiguration.Builder Modifier and Type Class Description class
WorkDocsServiceClientConfigurationBuilder
Methods in software.amazon.awssdk.services.workdocs.internal that return WorkDocsServiceClientConfiguration.Builder Modifier and Type Method Description WorkDocsServiceClientConfiguration.Builder
WorkDocsServiceClientConfigurationBuilder. authSchemeProvider(WorkDocsAuthSchemeProvider authSchemeProvider)
Sets the value for auth scheme providerWorkDocsServiceClientConfiguration.Builder
WorkDocsServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)
Sets the value for credentials providerWorkDocsServiceClientConfiguration.Builder
WorkDocsServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)
Sets the value for endpoint overrideWorkDocsServiceClientConfiguration.Builder
WorkDocsServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)
Sets the value for endpoint providerWorkDocsServiceClientConfiguration.Builder
WorkDocsServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)
Sets the value for client override configurationWorkDocsServiceClientConfiguration.Builder
WorkDocsServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)
WorkDocsServiceClientConfiguration.Builder
WorkDocsServiceClientConfigurationBuilder. region(Region region)
Sets the value for AWS region
-