| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDashboardEmbedUrlResult> |
AmazonQuickSightAsyncClient.getDashboardEmbedUrlAsync(GetDashboardEmbedUrlRequest request,
AsyncHandler<GetDashboardEmbedUrlRequest,GetDashboardEmbedUrlResult> asyncHandler) |
Future<GetDashboardEmbedUrlResult> |
AmazonQuickSightAsync.getDashboardEmbedUrlAsync(GetDashboardEmbedUrlRequest getDashboardEmbedUrlRequest,
AsyncHandler<GetDashboardEmbedUrlRequest,GetDashboardEmbedUrlResult> asyncHandler)
Generates a server-side embeddable URL and authorization code.
|
Future<GetDashboardEmbedUrlResult> |
AbstractAmazonQuickSightAsync.getDashboardEmbedUrlAsync(GetDashboardEmbedUrlRequest request,
AsyncHandler<GetDashboardEmbedUrlRequest,GetDashboardEmbedUrlResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.clone() |
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withAwsAccountId(String awsAccountId)
AWS account ID that contains the dashboard you are embedding.
|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withDashboardId(String dashboardId)
The ID for the dashboard, also added to IAM policy
|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withIdentityType(IdentityType identityType)
The authentication method the user uses to sign in (IAM only).
|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withIdentityType(String identityType)
The authentication method the user uses to sign in (IAM only).
|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withResetDisabled(Boolean resetDisabled)
Remove the reset button on embedded dashboard.
|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withSessionLifetimeInMinutes(Long sessionLifetimeInMinutes)
How many minutes the session is valid.
|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withUndoRedoDisabled(Boolean undoRedoDisabled)
Remove the undo/redo button on embedded dashboard.
|
Copyright © 2019. All rights reserved.