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