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