Uses of Interface
software.amazon.awssdk.services.panorama.auth.scheme.PanoramaAuthSchemeProvider
-
-
Uses of PanoramaAuthSchemeProvider in software.amazon.awssdk.services.panorama
Methods in software.amazon.awssdk.services.panorama that return PanoramaAuthSchemeProvider Modifier and Type Method Description PanoramaAuthSchemeProviderPanoramaServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerPanoramaAuthSchemeProviderPanoramaServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.panorama with parameters of type PanoramaAuthSchemeProvider Modifier and Type Method Description default BPanoramaBaseClientBuilder. authSchemeProvider(PanoramaAuthSchemeProvider authSchemeProvider)Set thePanoramaAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.PanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfiguration.Builder. authSchemeProvider(PanoramaAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of PanoramaAuthSchemeProvider in software.amazon.awssdk.services.panorama.auth.scheme
Methods in software.amazon.awssdk.services.panorama.auth.scheme that return PanoramaAuthSchemeProvider Modifier and Type Method Description static PanoramaAuthSchemeProviderPanoramaAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of PanoramaAuthSchemeProvider in software.amazon.awssdk.services.panorama.auth.scheme.internal
Classes in software.amazon.awssdk.services.panorama.auth.scheme.internal that implement PanoramaAuthSchemeProvider Modifier and Type Class Description classDefaultPanoramaAuthSchemeProvider -
Uses of PanoramaAuthSchemeProvider in software.amazon.awssdk.services.panorama.internal
Methods in software.amazon.awssdk.services.panorama.internal that return PanoramaAuthSchemeProvider Modifier and Type Method Description PanoramaAuthSchemeProviderPanoramaServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.panorama.internal with parameters of type PanoramaAuthSchemeProvider Modifier and Type Method Description PanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfigurationBuilder. authSchemeProvider(PanoramaAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-