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