Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.ExchangeCodeForTokenRequestBody.Builder
-
Packages that use ExchangeCodeForTokenRequestBody.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ExchangeCodeForTokenRequestBody.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return ExchangeCodeForTokenRequestBody.Builder Modifier and Type Method Description static ExchangeCodeForTokenRequestBody.BuilderExchangeCodeForTokenRequestBody. builder()ExchangeCodeForTokenRequestBody.BuilderExchangeCodeForTokenRequestBody.Builder. clientId(String clientId)The ID of the client to request the token from.ExchangeCodeForTokenRequestBody.BuilderExchangeCodeForTokenRequestBody.Builder. code(String code)The access code to send in the request.ExchangeCodeForTokenRequestBody.BuilderExchangeCodeForTokenRequestBody.Builder. redirectUri(String redirectUri)The location of the application that will receive the access code.ExchangeCodeForTokenRequestBody.BuilderExchangeCodeForTokenRequestBody. toBuilder()Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ExchangeCodeForTokenRequestBody.Builder Modifier and Type Method Description static Class<? extends ExchangeCodeForTokenRequestBody.Builder>ExchangeCodeForTokenRequestBody. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type ExchangeCodeForTokenRequestBody.Builder Modifier and Type Method Description default ExchangeCodeForTokenRequest.BuilderExchangeCodeForTokenRequest.Builder. request(Consumer<ExchangeCodeForTokenRequestBody.Builder> request)Describes the configuration of the request.
-