Uses of Interface
software.amazon.awssdk.services.iotjobsdataplane.auth.scheme.IotJobsDataPlaneAuthSchemeProvider
-
Packages that use IotJobsDataPlaneAuthSchemeProvider Package Description software.amazon.awssdk.services.iotjobsdataplane AWS IoT Jobs is a service that allows you to define a set of jobs — remote operations that are sent to and executed on one or more devices connected to AWS IoT.software.amazon.awssdk.services.iotjobsdataplane.auth.scheme software.amazon.awssdk.services.iotjobsdataplane.auth.scheme.internal software.amazon.awssdk.services.iotjobsdataplane.internal -
-
Uses of IotJobsDataPlaneAuthSchemeProvider in software.amazon.awssdk.services.iotjobsdataplane
Methods in software.amazon.awssdk.services.iotjobsdataplane that return IotJobsDataPlaneAuthSchemeProvider Modifier and Type Method Description IotJobsDataPlaneAuthSchemeProviderIotJobsDataPlaneServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerIotJobsDataPlaneAuthSchemeProviderIotJobsDataPlaneServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.iotjobsdataplane with parameters of type IotJobsDataPlaneAuthSchemeProvider Modifier and Type Method Description default BIotJobsDataPlaneBaseClientBuilder. authSchemeProvider(IotJobsDataPlaneAuthSchemeProvider authSchemeProvider)Set theIotJobsDataPlaneAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.IotJobsDataPlaneServiceClientConfiguration.BuilderIotJobsDataPlaneServiceClientConfiguration.Builder. authSchemeProvider(IotJobsDataPlaneAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of IotJobsDataPlaneAuthSchemeProvider in software.amazon.awssdk.services.iotjobsdataplane.auth.scheme
Methods in software.amazon.awssdk.services.iotjobsdataplane.auth.scheme that return IotJobsDataPlaneAuthSchemeProvider Modifier and Type Method Description static IotJobsDataPlaneAuthSchemeProviderIotJobsDataPlaneAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of IotJobsDataPlaneAuthSchemeProvider in software.amazon.awssdk.services.iotjobsdataplane.auth.scheme.internal
Classes in software.amazon.awssdk.services.iotjobsdataplane.auth.scheme.internal that implement IotJobsDataPlaneAuthSchemeProvider Modifier and Type Class Description classDefaultIotJobsDataPlaneAuthSchemeProvider -
Uses of IotJobsDataPlaneAuthSchemeProvider in software.amazon.awssdk.services.iotjobsdataplane.internal
Methods in software.amazon.awssdk.services.iotjobsdataplane.internal that return IotJobsDataPlaneAuthSchemeProvider Modifier and Type Method Description IotJobsDataPlaneAuthSchemeProviderIotJobsDataPlaneServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.iotjobsdataplane.internal with parameters of type IotJobsDataPlaneAuthSchemeProvider Modifier and Type Method Description IotJobsDataPlaneServiceClientConfiguration.BuilderIotJobsDataPlaneServiceClientConfigurationBuilder. authSchemeProvider(IotJobsDataPlaneAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-