Uses of Interface
software.amazon.awssdk.services.iotdataplane.auth.scheme.IotDataPlaneAuthSchemeProvider
-
-
Uses of IotDataPlaneAuthSchemeProvider in software.amazon.awssdk.services.iotdataplane
Methods in software.amazon.awssdk.services.iotdataplane that return IotDataPlaneAuthSchemeProvider Modifier and Type Method Description IotDataPlaneAuthSchemeProviderIotDataPlaneServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerIotDataPlaneAuthSchemeProviderIotDataPlaneServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.iotdataplane with parameters of type IotDataPlaneAuthSchemeProvider Modifier and Type Method Description default BIotDataPlaneBaseClientBuilder. authSchemeProvider(IotDataPlaneAuthSchemeProvider authSchemeProvider)Set theIotDataPlaneAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.IotDataPlaneServiceClientConfiguration.BuilderIotDataPlaneServiceClientConfiguration.Builder. authSchemeProvider(IotDataPlaneAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of IotDataPlaneAuthSchemeProvider in software.amazon.awssdk.services.iotdataplane.auth.scheme
Methods in software.amazon.awssdk.services.iotdataplane.auth.scheme that return IotDataPlaneAuthSchemeProvider Modifier and Type Method Description static IotDataPlaneAuthSchemeProviderIotDataPlaneAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of IotDataPlaneAuthSchemeProvider in software.amazon.awssdk.services.iotdataplane.auth.scheme.internal
Classes in software.amazon.awssdk.services.iotdataplane.auth.scheme.internal that implement IotDataPlaneAuthSchemeProvider Modifier and Type Class Description classDefaultIotDataPlaneAuthSchemeProvider -
Uses of IotDataPlaneAuthSchemeProvider in software.amazon.awssdk.services.iotdataplane.internal
Methods in software.amazon.awssdk.services.iotdataplane.internal that return IotDataPlaneAuthSchemeProvider Modifier and Type Method Description IotDataPlaneAuthSchemeProviderIotDataPlaneServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.iotdataplane.internal with parameters of type IotDataPlaneAuthSchemeProvider Modifier and Type Method Description IotDataPlaneServiceClientConfiguration.BuilderIotDataPlaneServiceClientConfigurationBuilder. authSchemeProvider(IotDataPlaneAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-