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