Uses of Class
software.amazon.awssdk.services.quicksight.model.DeleteAccountCustomizationResponse
-
Packages that use DeleteAccountCustomizationResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of DeleteAccountCustomizationResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return DeleteAccountCustomizationResponse Modifier and Type Method Description default DeleteAccountCustomizationResponseQuickSightClient. deleteAccountCustomization(Consumer<DeleteAccountCustomizationRequest.Builder> deleteAccountCustomizationRequest)Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified Amazon Web Services account and Amazon QuickSight namespace.default DeleteAccountCustomizationResponseQuickSightClient. deleteAccountCustomization(DeleteAccountCustomizationRequest deleteAccountCustomizationRequest)Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified Amazon Web Services account and Amazon QuickSight namespace.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type DeleteAccountCustomizationResponse Modifier and Type Method Description default CompletableFuture<DeleteAccountCustomizationResponse>QuickSightAsyncClient. deleteAccountCustomization(Consumer<DeleteAccountCustomizationRequest.Builder> deleteAccountCustomizationRequest)Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified Amazon Web Services account and Amazon QuickSight namespace.default CompletableFuture<DeleteAccountCustomizationResponse>QuickSightAsyncClient. deleteAccountCustomization(DeleteAccountCustomizationRequest deleteAccountCustomizationRequest)Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified Amazon Web Services account and Amazon QuickSight namespace.
-