Uses of Class
software.amazon.awssdk.services.amplifybackend.model.GetTokenResponse
-
Packages that use GetTokenResponse Package Description software.amazon.awssdk.services.amplifybackend AWS Amplify Admin API -
-
Uses of GetTokenResponse in software.amazon.awssdk.services.amplifybackend
Methods in software.amazon.awssdk.services.amplifybackend that return GetTokenResponse Modifier and Type Method Description default GetTokenResponseAmplifyBackendClient. getToken(Consumer<GetTokenRequest.Builder> getTokenRequest)Gets the challenge token based on the given appId and sessionId.default GetTokenResponseAmplifyBackendClient. getToken(GetTokenRequest getTokenRequest)Gets the challenge token based on the given appId and sessionId.Methods in software.amazon.awssdk.services.amplifybackend that return types with arguments of type GetTokenResponse Modifier and Type Method 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.
-