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