| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDashboardEmbedUrlResult> |
AmazonQuickSightAsync.getDashboardEmbedUrlAsync(GetDashboardEmbedUrlRequest getDashboardEmbedUrlRequest,
AsyncHandler<GetDashboardEmbedUrlRequest,GetDashboardEmbedUrlResult> asyncHandler)
Generates a URL and authorization code that you can embed in your web server code.
|
Future<GetDashboardEmbedUrlResult> |
AbstractAmazonQuickSightAsync.getDashboardEmbedUrlAsync(GetDashboardEmbedUrlRequest request,
AsyncHandler<GetDashboardEmbedUrlRequest,GetDashboardEmbedUrlResult> asyncHandler) |
Future<GetDashboardEmbedUrlResult> |
AmazonQuickSightAsyncClient.getDashboardEmbedUrlAsync(GetDashboardEmbedUrlRequest request,
AsyncHandler<GetDashboardEmbedUrlRequest,GetDashboardEmbedUrlResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.clone() |
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withAwsAccountId(String awsAccountId)
The ID for the AWS account that contains the dashboard that you're embedding.
|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withDashboardId(String dashboardId)
The ID for the dashboard, also added to the IAM policy.
|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withIdentityType(IdentityType identityType)
The authentication method that the user uses to sign in.
|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withIdentityType(String identityType)
The authentication method that the user uses to sign in.
|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withResetDisabled(Boolean resetDisabled)
Remove the reset button on the 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 the embedded dashboard.
|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withUserArn(String userArn)
The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
QUICKSIGHT identity type. |
Copyright © 2020. All rights reserved.