Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.auth.scheme.IoTThingsGraphAuthSchemeProvider
-
-
Uses of IoTThingsGraphAuthSchemeProvider in software.amazon.awssdk.services.iotthingsgraph
Methods in software.amazon.awssdk.services.iotthingsgraph that return IoTThingsGraphAuthSchemeProvider Modifier and Type Method Description IoTThingsGraphAuthSchemeProviderIoTThingsGraphServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerIoTThingsGraphAuthSchemeProviderIoTThingsGraphServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.iotthingsgraph with parameters of type IoTThingsGraphAuthSchemeProvider Modifier and Type Method Description default BIoTThingsGraphBaseClientBuilder. authSchemeProvider(IoTThingsGraphAuthSchemeProvider authSchemeProvider)Set theIoTThingsGraphAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.IoTThingsGraphServiceClientConfiguration.BuilderIoTThingsGraphServiceClientConfiguration.Builder. authSchemeProvider(IoTThingsGraphAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of IoTThingsGraphAuthSchemeProvider in software.amazon.awssdk.services.iotthingsgraph.auth.scheme
Methods in software.amazon.awssdk.services.iotthingsgraph.auth.scheme that return IoTThingsGraphAuthSchemeProvider Modifier and Type Method Description static IoTThingsGraphAuthSchemeProviderIoTThingsGraphAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of IoTThingsGraphAuthSchemeProvider in software.amazon.awssdk.services.iotthingsgraph.auth.scheme.internal
Classes in software.amazon.awssdk.services.iotthingsgraph.auth.scheme.internal that implement IoTThingsGraphAuthSchemeProvider Modifier and Type Class Description classDefaultIoTThingsGraphAuthSchemeProvider -
Uses of IoTThingsGraphAuthSchemeProvider in software.amazon.awssdk.services.iotthingsgraph.internal
Methods in software.amazon.awssdk.services.iotthingsgraph.internal that return IoTThingsGraphAuthSchemeProvider Modifier and Type Method Description IoTThingsGraphAuthSchemeProviderIoTThingsGraphServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.iotthingsgraph.internal with parameters of type IoTThingsGraphAuthSchemeProvider Modifier and Type Method Description IoTThingsGraphServiceClientConfiguration.BuilderIoTThingsGraphServiceClientConfigurationBuilder. authSchemeProvider(IoTThingsGraphAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-