Uses of Interface
software.amazon.awssdk.services.customerprofiles.auth.scheme.CustomerProfilesAuthSchemeProvider
-
Packages that use CustomerProfilesAuthSchemeProvider Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.auth.scheme software.amazon.awssdk.services.customerprofiles.auth.scheme.internal software.amazon.awssdk.services.customerprofiles.internal -
-
Uses of CustomerProfilesAuthSchemeProvider in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return CustomerProfilesAuthSchemeProvider Modifier and Type Method Description CustomerProfilesAuthSchemeProviderCustomerProfilesServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerCustomerProfilesAuthSchemeProviderCustomerProfilesServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.customerprofiles with parameters of type CustomerProfilesAuthSchemeProvider Modifier and Type Method Description default BCustomerProfilesBaseClientBuilder. authSchemeProvider(CustomerProfilesAuthSchemeProvider authSchemeProvider)Set theCustomerProfilesAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.CustomerProfilesServiceClientConfiguration.BuilderCustomerProfilesServiceClientConfiguration.Builder. authSchemeProvider(CustomerProfilesAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of CustomerProfilesAuthSchemeProvider in software.amazon.awssdk.services.customerprofiles.auth.scheme
Methods in software.amazon.awssdk.services.customerprofiles.auth.scheme that return CustomerProfilesAuthSchemeProvider Modifier and Type Method Description static CustomerProfilesAuthSchemeProviderCustomerProfilesAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of CustomerProfilesAuthSchemeProvider in software.amazon.awssdk.services.customerprofiles.auth.scheme.internal
Classes in software.amazon.awssdk.services.customerprofiles.auth.scheme.internal that implement CustomerProfilesAuthSchemeProvider Modifier and Type Class Description classDefaultCustomerProfilesAuthSchemeProvider -
Uses of CustomerProfilesAuthSchemeProvider in software.amazon.awssdk.services.customerprofiles.internal
Methods in software.amazon.awssdk.services.customerprofiles.internal that return CustomerProfilesAuthSchemeProvider Modifier and Type Method Description CustomerProfilesAuthSchemeProviderCustomerProfilesServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.customerprofiles.internal with parameters of type CustomerProfilesAuthSchemeProvider Modifier and Type Method Description CustomerProfilesServiceClientConfiguration.BuilderCustomerProfilesServiceClientConfigurationBuilder. authSchemeProvider(CustomerProfilesAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-