Uses of Class
software.amazon.awssdk.services.quicksight.model.GetDashboardEmbedUrlResponse
-
Packages that use GetDashboardEmbedUrlResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of GetDashboardEmbedUrlResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return GetDashboardEmbedUrlResponse Modifier and Type Method Description default GetDashboardEmbedUrlResponseQuickSightClient. getDashboardEmbedUrl(Consumer<GetDashboardEmbedUrlRequest.Builder> getDashboardEmbedUrlRequest)Generates a temporary session URL and authorization code(bearer token) that you can use to embed an QuickSight read-only dashboard in your website or application.default GetDashboardEmbedUrlResponseQuickSightClient. getDashboardEmbedUrl(GetDashboardEmbedUrlRequest getDashboardEmbedUrlRequest)Generates a temporary session URL and authorization code(bearer token) that you can use to embed an QuickSight read-only dashboard in your website or application.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type GetDashboardEmbedUrlResponse Modifier and Type Method Description default CompletableFuture<GetDashboardEmbedUrlResponse>QuickSightAsyncClient. getDashboardEmbedUrl(Consumer<GetDashboardEmbedUrlRequest.Builder> getDashboardEmbedUrlRequest)Generates a temporary session URL and authorization code(bearer token) that you can use to embed an QuickSight read-only dashboard in your website or application.default CompletableFuture<GetDashboardEmbedUrlResponse>QuickSightAsyncClient. getDashboardEmbedUrl(GetDashboardEmbedUrlRequest getDashboardEmbedUrlRequest)Generates a temporary session URL and authorization code(bearer token) that you can use to embed an QuickSight read-only dashboard in your website or application.
-