| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateAccountSettingsResponse |
QuickSightClient.updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)
Updates the Amazon QuickSight settings in your AWS account.
|
default CompletableFuture<UpdateAccountSettingsResponse> |
QuickSightAsyncClient.updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)
Updates the Amazon QuickSight settings in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountSettingsRequest.Builder |
UpdateAccountSettingsRequest.Builder.awsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight settings that you want to list.
|
static UpdateAccountSettingsRequest.Builder |
UpdateAccountSettingsRequest.builder() |
UpdateAccountSettingsRequest.Builder |
UpdateAccountSettingsRequest.Builder.defaultNamespace(String defaultNamespace)
The default namespace for this AWS account.
|
UpdateAccountSettingsRequest.Builder |
UpdateAccountSettingsRequest.Builder.notificationEmail(String notificationEmail)
The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight
subscription.
|
UpdateAccountSettingsRequest.Builder |
UpdateAccountSettingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAccountSettingsRequest.Builder |
UpdateAccountSettingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAccountSettingsRequest.Builder |
UpdateAccountSettingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateAccountSettingsRequest.Builder> |
UpdateAccountSettingsRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.