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> |
AmazonQuickSightAsync.createAccountCustomizationAsync(CreateAccountCustomizationRequest createAccountCustomizationRequest,
AsyncHandler<CreateAccountCustomizationRequest,CreateAccountCustomizationResult> asyncHandler)
Creates Amazon QuickSight customizations the current Amazon Web Services Region.
|
Future<CreateAccountCustomizationResult> |
AbstractAmazonQuickSightAsync.createAccountCustomizationAsync(CreateAccountCustomizationRequest request,
AsyncHandler<CreateAccountCustomizationRequest,CreateAccountCustomizationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateAccountCustomizationRequest |
CreateAccountCustomizationRequest.clone() |
CreateAccountCustomizationRequest |
CreateAccountCustomizationRequest.withAccountCustomization(AccountCustomization accountCustomization)
The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.
|
CreateAccountCustomizationRequest |
CreateAccountCustomizationRequest.withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.
|
CreateAccountCustomizationRequest |
CreateAccountCustomizationRequest.withNamespace(String namespace)
The Amazon 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 © 2022. All rights reserved.