Uses of Interface
software.amazon.awssdk.services.cloudformation.auth.scheme.CloudFormationAuthSchemeProvider
-
-
Uses of CloudFormationAuthSchemeProvider in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return CloudFormationAuthSchemeProvider Modifier and Type Method Description CloudFormationAuthSchemeProviderCloudFormationServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerCloudFormationAuthSchemeProviderCloudFormationServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.cloudformation with parameters of type CloudFormationAuthSchemeProvider Modifier and Type Method Description default BCloudFormationBaseClientBuilder. authSchemeProvider(CloudFormationAuthSchemeProvider authSchemeProvider)Set theCloudFormationAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.CloudFormationServiceClientConfiguration.BuilderCloudFormationServiceClientConfiguration.Builder. authSchemeProvider(CloudFormationAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of CloudFormationAuthSchemeProvider in software.amazon.awssdk.services.cloudformation.auth.scheme
Methods in software.amazon.awssdk.services.cloudformation.auth.scheme that return CloudFormationAuthSchemeProvider Modifier and Type Method Description static CloudFormationAuthSchemeProviderCloudFormationAuthSchemeProvider. defaultProvider()Get the default auth scheme provider.static CloudFormationAuthSchemeProviderCloudFormationAuthSchemeProvider. defaultProvider(List<String> authSchemePreference)Get the default auth scheme provider the preferred auth schemes in order of preference. -
Uses of CloudFormationAuthSchemeProvider in software.amazon.awssdk.services.cloudformation.auth.scheme.internal
Classes in software.amazon.awssdk.services.cloudformation.auth.scheme.internal that implement CloudFormationAuthSchemeProvider Modifier and Type Class Description classDefaultCloudFormationAuthSchemeProviderclassPreferredCloudFormationAuthSchemeProviderConstructors in software.amazon.awssdk.services.cloudformation.auth.scheme.internal with parameters of type CloudFormationAuthSchemeProvider Constructor Description PreferredCloudFormationAuthSchemeProvider(CloudFormationAuthSchemeProvider delegate, List<String> authSchemePreference) -
Uses of CloudFormationAuthSchemeProvider in software.amazon.awssdk.services.cloudformation.internal
Methods in software.amazon.awssdk.services.cloudformation.internal that return CloudFormationAuthSchemeProvider Modifier and Type Method Description CloudFormationAuthSchemeProviderCloudFormationServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.cloudformation.internal with parameters of type CloudFormationAuthSchemeProvider Modifier and Type Method Description CloudFormationServiceClientConfiguration.BuilderCloudFormationServiceClientConfigurationBuilder. authSchemeProvider(CloudFormationAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-