Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateAccountCustomizationResult> |
AmazonQuickSightAsyncClient.createAccountCustomizationAsync(CreateAccountCustomizationRequest request,
AsyncHandler<CreateAccountCustomizationRequest,CreateAccountCustomizationResult> asyncHandler) |
Future<CreateAccountCustomizationResult> |
AbstractAmazonQuickSightAsync.createAccountCustomizationAsync(CreateAccountCustomizationRequest request,
AsyncHandler<CreateAccountCustomizationRequest,CreateAccountCustomizationResult> asyncHandler) |
Future<CreateAccountCustomizationResult> |
AmazonQuickSightAsync.createAccountCustomizationAsync(CreateAccountCustomizationRequest createAccountCustomizationRequest,
AsyncHandler<CreateAccountCustomizationRequest,CreateAccountCustomizationResult> asyncHandler)
Creates Amazon QuickSight customizations the current AWS Region.
|
Modifier and Type | Method and Description |
---|---|
CreateAccountCustomizationRequest |
CreateAccountCustomizationRequest.clone() |
CreateAccountCustomizationRequest |
CreateAccountCustomizationRequest.withAccountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations you're adding in the current AWS Region.
|
CreateAccountCustomizationRequest |
CreateAccountCustomizationRequest.withAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to customize QuickSight for.
|
CreateAccountCustomizationRequest |
CreateAccountCustomizationRequest.withNamespace(String namespace)
The QuickSight namespace that you want to add customizations to.
|
CreateAccountCustomizationRequest |
CreateAccountCustomizationRequest.withTags(Collection<Tag> tags)
A list of the tags that you want to attach to this resource.
|
CreateAccountCustomizationRequest |
CreateAccountCustomizationRequest.withTags(Tag... tags)
A list of the tags that you want to attach to this resource.
|
Copyright © 2021. All rights reserved.