Uses of Class
software.amazon.awssdk.services.quicksight.model.UpdateKeyRegistrationResponse
-
Packages that use UpdateKeyRegistrationResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of UpdateKeyRegistrationResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return UpdateKeyRegistrationResponse Modifier and Type Method Description default UpdateKeyRegistrationResponseQuickSightClient. updateKeyRegistration(Consumer<UpdateKeyRegistrationRequest.Builder> updateKeyRegistrationRequest)Updates a customer managed key in a QuickSight account.default UpdateKeyRegistrationResponseQuickSightClient. updateKeyRegistration(UpdateKeyRegistrationRequest updateKeyRegistrationRequest)Updates a customer managed key in a QuickSight account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type UpdateKeyRegistrationResponse Modifier and Type Method Description default CompletableFuture<UpdateKeyRegistrationResponse>QuickSightAsyncClient. updateKeyRegistration(Consumer<UpdateKeyRegistrationRequest.Builder> updateKeyRegistrationRequest)Updates a customer managed key in a QuickSight account.default CompletableFuture<UpdateKeyRegistrationResponse>QuickSightAsyncClient. updateKeyRegistration(UpdateKeyRegistrationRequest updateKeyRegistrationRequest)Updates a customer managed key in a QuickSight account.
-