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