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