Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.auth.scheme.ServiceCatalogAppRegistryAuthSchemeProvider
-
Packages that use ServiceCatalogAppRegistryAuthSchemeProvider Package Description software.amazon.awssdk.services.servicecatalogappregistry Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources.software.amazon.awssdk.services.servicecatalogappregistry.auth.scheme software.amazon.awssdk.services.servicecatalogappregistry.auth.scheme.internal software.amazon.awssdk.services.servicecatalogappregistry.internal -
-
Uses of ServiceCatalogAppRegistryAuthSchemeProvider in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return ServiceCatalogAppRegistryAuthSchemeProvider Modifier and Type Method Description ServiceCatalogAppRegistryAuthSchemeProviderServiceCatalogAppRegistryServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerServiceCatalogAppRegistryAuthSchemeProviderServiceCatalogAppRegistryServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.servicecatalogappregistry with parameters of type ServiceCatalogAppRegistryAuthSchemeProvider Modifier and Type Method Description default BServiceCatalogAppRegistryBaseClientBuilder. authSchemeProvider(ServiceCatalogAppRegistryAuthSchemeProvider authSchemeProvider)Set theServiceCatalogAppRegistryAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.ServiceCatalogAppRegistryServiceClientConfiguration.BuilderServiceCatalogAppRegistryServiceClientConfiguration.Builder. authSchemeProvider(ServiceCatalogAppRegistryAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of ServiceCatalogAppRegistryAuthSchemeProvider in software.amazon.awssdk.services.servicecatalogappregistry.auth.scheme
Methods in software.amazon.awssdk.services.servicecatalogappregistry.auth.scheme that return ServiceCatalogAppRegistryAuthSchemeProvider Modifier and Type Method Description static ServiceCatalogAppRegistryAuthSchemeProviderServiceCatalogAppRegistryAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of ServiceCatalogAppRegistryAuthSchemeProvider in software.amazon.awssdk.services.servicecatalogappregistry.auth.scheme.internal
Classes in software.amazon.awssdk.services.servicecatalogappregistry.auth.scheme.internal that implement ServiceCatalogAppRegistryAuthSchemeProvider Modifier and Type Class Description classDefaultServiceCatalogAppRegistryAuthSchemeProvider -
Uses of ServiceCatalogAppRegistryAuthSchemeProvider in software.amazon.awssdk.services.servicecatalogappregistry.internal
Methods in software.amazon.awssdk.services.servicecatalogappregistry.internal that return ServiceCatalogAppRegistryAuthSchemeProvider Modifier and Type Method Description ServiceCatalogAppRegistryAuthSchemeProviderServiceCatalogAppRegistryServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.servicecatalogappregistry.internal with parameters of type ServiceCatalogAppRegistryAuthSchemeProvider Modifier and Type Method Description ServiceCatalogAppRegistryServiceClientConfiguration.BuilderServiceCatalogAppRegistryServiceClientConfigurationBuilder. authSchemeProvider(ServiceCatalogAppRegistryAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-