Uses of Interface
software.amazon.awssdk.services.iotdeviceadvisor.auth.scheme.IotDeviceAdvisorAuthSchemeParams
-
-
Uses of IotDeviceAdvisorAuthSchemeParams in software.amazon.awssdk.services.iotdeviceadvisor.auth.scheme
Methods in software.amazon.awssdk.services.iotdeviceadvisor.auth.scheme that return IotDeviceAdvisorAuthSchemeParams Modifier and Type Method Description IotDeviceAdvisorAuthSchemeParamsIotDeviceAdvisorAuthSchemeParams.Builder. build()Returns aIotDeviceAdvisorAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.iotdeviceadvisor.auth.scheme with parameters of type IotDeviceAdvisorAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>IotDeviceAdvisorAuthSchemeProvider. resolveAuthScheme(IotDeviceAdvisorAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of IotDeviceAdvisorAuthSchemeParams in software.amazon.awssdk.services.iotdeviceadvisor.auth.scheme.internal
Classes in software.amazon.awssdk.services.iotdeviceadvisor.auth.scheme.internal that implement IotDeviceAdvisorAuthSchemeParams Modifier and Type Class Description classDefaultIotDeviceAdvisorAuthSchemeParamsMethods in software.amazon.awssdk.services.iotdeviceadvisor.auth.scheme.internal with parameters of type IotDeviceAdvisorAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultIotDeviceAdvisorAuthSchemeProvider. resolveAuthScheme(IotDeviceAdvisorAuthSchemeParams params)
-