| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default GetDashboardEmbedUrlResponse |
QuickSightClient.getDashboardEmbedUrl(Consumer<GetDashboardEmbedUrlRequest.Builder> getDashboardEmbedUrlRequest)
Generates a server-side embeddable URL and authorization code.
|
default CompletableFuture<GetDashboardEmbedUrlResponse> |
QuickSightAsyncClient.getDashboardEmbedUrl(Consumer<GetDashboardEmbedUrlRequest.Builder> getDashboardEmbedUrlRequest)
Generates a server-side embeddable URL and authorization code.
|
| Modifier and Type | Method and Description |
|---|---|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.awsAccountId(String awsAccountId)
The ID for the AWS account that contains the dashboard that you're embedding.
|
static GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.builder() |
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.dashboardId(String dashboardId)
The ID for the dashboard, also added to the IAM policy.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.identityType(IdentityType identityType)
The authentication method that the user uses to sign in.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.identityType(String identityType)
The authentication method that the user uses to sign in.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.resetDisabled(Boolean resetDisabled)
Remove the reset button on the embedded dashboard.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.sessionLifetimeInMinutes(Long sessionLifetimeInMinutes)
How many minutes the session is valid.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.toBuilder() |
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.undoRedoDisabled(Boolean undoRedoDisabled)
Remove the undo/redo button on the embedded dashboard.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.userArn(String userArn)
The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
QUICKSIGHT identity type. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDashboardEmbedUrlRequest.Builder> |
GetDashboardEmbedUrlRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.