| 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 |
AbstractAmazonQuickSight.getDashboardEmbedUrl(GetDashboardEmbedUrlRequest request) |
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.
|
Future<GetDashboardEmbedUrlResult> |
AmazonQuickSightAsyncClient.getDashboardEmbedUrlAsync(GetDashboardEmbedUrlRequest request) |
Future<GetDashboardEmbedUrlResult> |
AmazonQuickSightAsync.getDashboardEmbedUrlAsync(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.
|
Future<GetDashboardEmbedUrlResult> |
AbstractAmazonQuickSightAsync.getDashboardEmbedUrlAsync(GetDashboardEmbedUrlRequest request) |
Future<GetDashboardEmbedUrlResult> |
AmazonQuickSightAsyncClient.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.
|
Future<GetDashboardEmbedUrlResult> |
AbstractAmazonQuickSightAsync.getDashboardEmbedUrlAsync(GetDashboardEmbedUrlRequest request,
AsyncHandler<GetDashboardEmbedUrlRequest,GetDashboardEmbedUrlResult> asyncHandler) |
| 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 session URL and authorization code that you can use to embed an Amazon QuickSight read-only dashboard
in your web server code.
|
Future<GetDashboardEmbedUrlResult> |
AbstractAmazonQuickSightAsync.getDashboardEmbedUrlAsync(GetDashboardEmbedUrlRequest request,
AsyncHandler<GetDashboardEmbedUrlRequest,GetDashboardEmbedUrlResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.clone() |
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withAdditionalDashboardIds(Collection<String> additionalDashboardIds)
A list of one or more dashboard IDs that you want to add to a session that includes anonymous users.
|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withAdditionalDashboardIds(String... additionalDashboardIds)
A list of one or more dashboard IDs that you want to add to a session that includes anonymous users.
|
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 AWS Identity and Access Management (IAM) policy.
|
GetDashboardEmbedUrlRequest |
GetDashboardEmbedUrlRequest.withIdentityType(EmbeddingIdentityType 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.withNamespace(String namespace)
The QuickSight namespace that contains the dashboard IDs in this request.
|
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.withStatePersistenceEnabled(Boolean statePersistenceEnabled)
Adds persistence of state for the user session in an embedded dashboard.
|
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 © 2021. All rights reserved.