Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.TokenProviders
-
Packages that use TokenProviders Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of TokenProviders in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return TokenProviders Modifier and Type Method Description static TokenProvidersTokenProviders. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TokenProvidersExchangeCodeForTokenRequest. provider()The third-party provider for the token.TokenProvidersRefreshTokenRequest. provider()The third-party provider for the token.static TokenProvidersTokenProviders. valueOf(String name)Returns the enum constant of this type with the specified name.static TokenProviders[]TokenProviders. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type TokenProviders Modifier and Type Method Description static Set<TokenProviders>TokenProviders. knownValues()Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type TokenProviders Modifier and Type Method Description ExchangeCodeForTokenRequest.BuilderExchangeCodeForTokenRequest.Builder. provider(TokenProviders provider)The third-party provider for the token.RefreshTokenRequest.BuilderRefreshTokenRequest.Builder. provider(TokenProviders provider)The third-party provider for the token.
-