| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
GetDashboardEmbedUrlResult |
AmazonQuickSight.getDashboardEmbedUrl(GetDashboardEmbedUrlRequest getDashboardEmbedUrlRequest)
Generates a session URL and authorization code that you can use to embed an Amazon QuickSight read-only dashboard
in your web server code.
|
GetDashboardEmbedUrlResult |
AmazonQuickSightClient.getDashboardEmbedUrl(GetDashboardEmbedUrlRequest request)
Generates a session URL and authorization code that you can use to embed an Amazon QuickSight read-only dashboard
in your web server code.
|
GetDashboardEmbedUrlResult |
AbstractAmazonQuickSight.getDashboardEmbedUrl(GetDashboardEmbedUrlRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDashboardEmbedUrlResult> |
AmazonQuickSightAsyncClient.getDashboardEmbedUrlAsync(GetDashboardEmbedUrlRequest request,
AsyncHandler<GetDashboardEmbedUrlRequest,GetDashboardEmbedUrlResult> asyncHandler) |
Future<GetDashboardEmbedUrlResult> |
AbstractAmazonQuickSightAsync.getDashboardEmbedUrlAsync(GetDashboardEmbedUrlRequest request,
AsyncHandler<GetDashboardEmbedUrlRequest,GetDashboardEmbedUrlResult> asyncHandler) |
Future<GetDashboardEmbedUrlResult> |
AmazonQuickSightAsync.getDashboardEmbedUrlAsync(GetDashboardEmbedUrlRequest getDashboardEmbedUrlRequest,
AsyncHandler<GetDashboardEmbedUrlRequest,GetDashboardEmbedUrlResult> asyncHandler)
Generates a session URL and authorization code that you can use to embed an Amazon QuickSight read-only dashboard
in your web server code.
|
| Modifier and Type | Method and Description |
|---|---|
GetDashboardEmbedUrlResult |
GetDashboardEmbedUrlResult.clone() |
GetDashboardEmbedUrlResult |
GetDashboardEmbedUrlResult.withEmbedUrl(String embedUrl)
A single-use URL that you can put into your server-side webpage to embed your dashboard.
|
GetDashboardEmbedUrlResult |
GetDashboardEmbedUrlResult.withRequestId(String requestId)
The AWS request ID for this operation.
|
GetDashboardEmbedUrlResult |
GetDashboardEmbedUrlResult.withStatus(Integer status)
The HTTP status of the request.
|
Copyright © 2021. All rights reserved.