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