Uses of Interface
software.amazon.awssdk.services.quicksight.model.UpdateAccountSettingsRequest.Builder
-
Packages that use UpdateAccountSettingsRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of UpdateAccountSettingsRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type UpdateAccountSettingsRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateAccountSettingsResponse>QuickSightAsyncClient. updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)Updates the Amazon QuickSight settings in your Amazon Web Services account.default UpdateAccountSettingsResponseQuickSightClient. updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)Updates the Amazon QuickSight settings in your Amazon Web Services account. -
Uses of UpdateAccountSettingsRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UpdateAccountSettingsRequest.Builder Modifier and Type Method Description UpdateAccountSettingsRequest.BuilderUpdateAccountSettingsRequest.Builder. awsAccountId(String awsAccountId)The ID for the Amazon Web Services account that contains the QuickSight settings that you want to list.static UpdateAccountSettingsRequest.BuilderUpdateAccountSettingsRequest. builder()UpdateAccountSettingsRequest.BuilderUpdateAccountSettingsRequest.Builder. defaultNamespace(String defaultNamespace)The default namespace for this Amazon Web Services account.UpdateAccountSettingsRequest.BuilderUpdateAccountSettingsRequest.Builder. notificationEmail(String notificationEmail)The email address that you want QuickSight to send notifications to regarding your Amazon Web Services account or QuickSight subscription.UpdateAccountSettingsRequest.BuilderUpdateAccountSettingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAccountSettingsRequest.BuilderUpdateAccountSettingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateAccountSettingsRequest.BuilderUpdateAccountSettingsRequest.Builder. terminationProtectionEnabled(Boolean terminationProtectionEnabled)A boolean value that determines whether or not an QuickSight account can be deleted.UpdateAccountSettingsRequest.BuilderUpdateAccountSettingsRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type UpdateAccountSettingsRequest.Builder Modifier and Type Method Description static Class<? extends UpdateAccountSettingsRequest.Builder>UpdateAccountSettingsRequest. serializableBuilderClass()
-