| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder |
The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI)
component libraries and themes for use in your Amplify applications.
|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ExchangeCodeForTokenResult |
AWSAmplifyUIBuilderClient.exchangeCodeForToken(ExchangeCodeForTokenRequest request)
|
ExchangeCodeForTokenResult |
AWSAmplifyUIBuilder.exchangeCodeForToken(ExchangeCodeForTokenRequest exchangeCodeForTokenRequest)
|
ExchangeCodeForTokenResult |
AbstractAWSAmplifyUIBuilder.exchangeCodeForToken(ExchangeCodeForTokenRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ExchangeCodeForTokenResult> |
AWSAmplifyUIBuilderAsyncClient.exchangeCodeForTokenAsync(ExchangeCodeForTokenRequest request,
AsyncHandler<ExchangeCodeForTokenRequest,ExchangeCodeForTokenResult> asyncHandler) |
Future<ExchangeCodeForTokenResult> |
AWSAmplifyUIBuilderAsync.exchangeCodeForTokenAsync(ExchangeCodeForTokenRequest exchangeCodeForTokenRequest,
AsyncHandler<ExchangeCodeForTokenRequest,ExchangeCodeForTokenResult> asyncHandler)
|
Future<ExchangeCodeForTokenResult> |
AbstractAWSAmplifyUIBuilderAsync.exchangeCodeForTokenAsync(ExchangeCodeForTokenRequest request,
AsyncHandler<ExchangeCodeForTokenRequest,ExchangeCodeForTokenResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ExchangeCodeForTokenResult |
ExchangeCodeForTokenResult.clone() |
ExchangeCodeForTokenResult |
ExchangeCodeForTokenResult.withAccessToken(String accessToken)
The access token.
|
ExchangeCodeForTokenResult |
ExchangeCodeForTokenResult.withExpiresIn(Integer expiresIn)
The date and time when the new access token expires.
|
ExchangeCodeForTokenResult |
ExchangeCodeForTokenResult.withRefreshToken(String refreshToken)
The token to use to refresh a previously issued access token that might have expired.
|
Copyright © 2024. All rights reserved.