Uses of Class
software.amazon.awssdk.services.quicksight.model.UpdateApplicationWithTokenExchangeGrantResponse
-
Packages that use UpdateApplicationWithTokenExchangeGrantResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of UpdateApplicationWithTokenExchangeGrantResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return UpdateApplicationWithTokenExchangeGrantResponse Modifier and Type Method Description default UpdateApplicationWithTokenExchangeGrantResponseQuickSightClient. updateApplicationWithTokenExchangeGrant(Consumer<UpdateApplicationWithTokenExchangeGrantRequest.Builder> updateApplicationWithTokenExchangeGrantRequest)Updates an QuickSight application with a token exchange grant.default UpdateApplicationWithTokenExchangeGrantResponseQuickSightClient. updateApplicationWithTokenExchangeGrant(UpdateApplicationWithTokenExchangeGrantRequest updateApplicationWithTokenExchangeGrantRequest)Updates an QuickSight application with a token exchange grant.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type UpdateApplicationWithTokenExchangeGrantResponse Modifier and Type Method Description default CompletableFuture<UpdateApplicationWithTokenExchangeGrantResponse>QuickSightAsyncClient. updateApplicationWithTokenExchangeGrant(Consumer<UpdateApplicationWithTokenExchangeGrantRequest.Builder> updateApplicationWithTokenExchangeGrantRequest)Updates an QuickSight application with a token exchange grant.default CompletableFuture<UpdateApplicationWithTokenExchangeGrantResponse>QuickSightAsyncClient. updateApplicationWithTokenExchangeGrant(UpdateApplicationWithTokenExchangeGrantRequest updateApplicationWithTokenExchangeGrantRequest)Updates an QuickSight application with a token exchange grant.
-