| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend |
AWS Amplify Admin API
|
| Modifier and Type | Method and Description |
|---|---|
default GetTokenResponse |
AmplifyBackendClient.getToken(Consumer<GetTokenRequest.Builder> getTokenRequest)
Gets the challenge token based on the given appId and sessionId.
|
default GetTokenResponse |
AmplifyBackendClient.getToken(GetTokenRequest getTokenRequest)
Gets the challenge token based on the given appId and sessionId.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetTokenResponse> |
AmplifyBackendAsyncClient.getToken(Consumer<GetTokenRequest.Builder> getTokenRequest)
Gets the challenge token based on the given appId and sessionId.
|
default CompletableFuture<GetTokenResponse> |
AmplifyBackendAsyncClient.getToken(GetTokenRequest getTokenRequest)
Gets the challenge token based on the given appId and sessionId.
|
Copyright © 2022. All rights reserved.