| 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 temporary session URL and authorization code(bearer token) that you can use to embed an Amazon
QuickSight read-only dashboard in your website or application.
|
default CompletableFuture<GetDashboardEmbedUrlResponse> |
QuickSightAsyncClient.getDashboardEmbedUrl(Consumer<GetDashboardEmbedUrlRequest.Builder> getDashboardEmbedUrlRequest)
Generates a temporary session URL and authorization code(bearer token) that you can use to embed an Amazon
QuickSight read-only dashboard in your website or application.
|
| Modifier and Type | Method and Description |
|---|---|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.additionalDashboardIds(Collection<String> additionalDashboardIds)
A list of one or more dashboard IDs that you want anonymous users to have tempporary access to.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.additionalDashboardIds(String... additionalDashboardIds)
A list of one or more dashboard IDs that you want anonymous users to have tempporary access to.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.awsAccountId(String awsAccountId)
The ID for the Amazon Web Services 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 Identity and Access Management (IAM) policy.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.identityType(EmbeddingIdentityType 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.namespace(String namespace)
The Amazon QuickSight namespace that contains the dashboard IDs in this request.
|
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.Builder.statePersistenceEnabled(Boolean statePersistenceEnabled)
Adds persistence of state for the user session in an embedded dashboard.
|
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 © 2023. All rights reserved.