Uses of Interface
software.amazon.awssdk.services.iotanalytics.auth.scheme.IoTAnalyticsAuthSchemeProvider
-
Packages that use IoTAnalyticsAuthSchemeProvider Package Description software.amazon.awssdk.services.iotanalytics IoT Analytics allows you to collect large amounts of device data, process messages, and store them.software.amazon.awssdk.services.iotanalytics.auth.scheme software.amazon.awssdk.services.iotanalytics.auth.scheme.internal software.amazon.awssdk.services.iotanalytics.internal -
-
Uses of IoTAnalyticsAuthSchemeProvider in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics that return IoTAnalyticsAuthSchemeProvider Modifier and Type Method Description IoTAnalyticsAuthSchemeProviderIoTAnalyticsServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerIoTAnalyticsAuthSchemeProviderIoTAnalyticsServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.iotanalytics with parameters of type IoTAnalyticsAuthSchemeProvider Modifier and Type Method Description default BIoTAnalyticsBaseClientBuilder. authSchemeProvider(IoTAnalyticsAuthSchemeProvider authSchemeProvider)Set theIoTAnalyticsAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.IoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfiguration.Builder. authSchemeProvider(IoTAnalyticsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of IoTAnalyticsAuthSchemeProvider in software.amazon.awssdk.services.iotanalytics.auth.scheme
Methods in software.amazon.awssdk.services.iotanalytics.auth.scheme that return IoTAnalyticsAuthSchemeProvider Modifier and Type Method Description static IoTAnalyticsAuthSchemeProviderIoTAnalyticsAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of IoTAnalyticsAuthSchemeProvider in software.amazon.awssdk.services.iotanalytics.auth.scheme.internal
Classes in software.amazon.awssdk.services.iotanalytics.auth.scheme.internal that implement IoTAnalyticsAuthSchemeProvider Modifier and Type Class Description classDefaultIoTAnalyticsAuthSchemeProvider -
Uses of IoTAnalyticsAuthSchemeProvider in software.amazon.awssdk.services.iotanalytics.internal
Methods in software.amazon.awssdk.services.iotanalytics.internal that return IoTAnalyticsAuthSchemeProvider Modifier and Type Method Description IoTAnalyticsAuthSchemeProviderIoTAnalyticsServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.iotanalytics.internal with parameters of type IoTAnalyticsAuthSchemeProvider Modifier and Type Method Description IoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfigurationBuilder. authSchemeProvider(IoTAnalyticsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-