Uses of Class
software.amazon.awssdk.services.amplifybackend.model.CreateTokenRequest
-
Packages that use CreateTokenRequest Package Description software.amazon.awssdk.services.amplifybackend AWS Amplify Admin APIsoftware.amazon.awssdk.services.amplifybackend.transform -
-
Uses of CreateTokenRequest in software.amazon.awssdk.services.amplifybackend
Methods in software.amazon.awssdk.services.amplifybackend with parameters of type CreateTokenRequest Modifier and Type Method Description default CompletableFuture<CreateTokenResponse>AmplifyBackendAsyncClient. createToken(CreateTokenRequest createTokenRequest)Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.default CreateTokenResponseAmplifyBackendClient. createToken(CreateTokenRequest createTokenRequest)Generates a one-time challenge code to authenticate a user into your Amplify Admin UI. -
Uses of CreateTokenRequest in software.amazon.awssdk.services.amplifybackend.transform
Methods in software.amazon.awssdk.services.amplifybackend.transform with parameters of type CreateTokenRequest Modifier and Type Method Description SdkHttpFullRequestCreateTokenRequestMarshaller. marshall(CreateTokenRequest createTokenRequest)
-