Uses of Class
software.amazon.awssdk.services.quicksight.model.GetSessionEmbedUrlResponse
-
Packages that use GetSessionEmbedUrlResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of GetSessionEmbedUrlResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return GetSessionEmbedUrlResponse Modifier and Type Method Description default GetSessionEmbedUrlResponseQuickSightClient. getSessionEmbedUrl(Consumer<GetSessionEmbedUrlRequest.Builder> getSessionEmbedUrlRequest)Generates a session URL and authorization code that you can use to embed the Amazon QuickSight console in your web server code.default GetSessionEmbedUrlResponseQuickSightClient. getSessionEmbedUrl(GetSessionEmbedUrlRequest getSessionEmbedUrlRequest)Generates a session URL and authorization code that you can use to embed the Amazon QuickSight console in your web server code.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type GetSessionEmbedUrlResponse Modifier and Type Method Description default CompletableFuture<GetSessionEmbedUrlResponse>QuickSightAsyncClient. getSessionEmbedUrl(Consumer<GetSessionEmbedUrlRequest.Builder> getSessionEmbedUrlRequest)Generates a session URL and authorization code that you can use to embed the Amazon QuickSight console in your web server code.default CompletableFuture<GetSessionEmbedUrlResponse>QuickSightAsyncClient. getSessionEmbedUrl(GetSessionEmbedUrlRequest getSessionEmbedUrlRequest)Generates a session URL and authorization code that you can use to embed the Amazon QuickSight console in your web server code.
-