Uses of Interface
software.amazon.awssdk.services.iotroborunner.auth.scheme.IotRoboRunnerAuthSchemeParams
-
Packages that use IotRoboRunnerAuthSchemeParams Package Description software.amazon.awssdk.services.iotroborunner.auth.scheme software.amazon.awssdk.services.iotroborunner.auth.scheme.internal -
-
Uses of IotRoboRunnerAuthSchemeParams in software.amazon.awssdk.services.iotroborunner.auth.scheme
Methods in software.amazon.awssdk.services.iotroborunner.auth.scheme that return IotRoboRunnerAuthSchemeParams Modifier and Type Method Description IotRoboRunnerAuthSchemeParamsIotRoboRunnerAuthSchemeParams.Builder. build()Returns aIotRoboRunnerAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.iotroborunner.auth.scheme with parameters of type IotRoboRunnerAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>IotRoboRunnerAuthSchemeProvider. resolveAuthScheme(IotRoboRunnerAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of IotRoboRunnerAuthSchemeParams in software.amazon.awssdk.services.iotroborunner.auth.scheme.internal
Classes in software.amazon.awssdk.services.iotroborunner.auth.scheme.internal that implement IotRoboRunnerAuthSchemeParams Modifier and Type Class Description classDefaultIotRoboRunnerAuthSchemeParamsMethods in software.amazon.awssdk.services.iotroborunner.auth.scheme.internal with parameters of type IotRoboRunnerAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultIotRoboRunnerAuthSchemeProvider. resolveAuthScheme(IotRoboRunnerAuthSchemeParams params)
-