| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateKeyRegistrationResult> |
AbstractAmazonQuickSightAsync.updateKeyRegistrationAsync(UpdateKeyRegistrationRequest request,
AsyncHandler<UpdateKeyRegistrationRequest,UpdateKeyRegistrationResult> asyncHandler) |
Future<UpdateKeyRegistrationResult> |
AmazonQuickSightAsyncClient.updateKeyRegistrationAsync(UpdateKeyRegistrationRequest request,
AsyncHandler<UpdateKeyRegistrationRequest,UpdateKeyRegistrationResult> asyncHandler) |
Future<UpdateKeyRegistrationResult> |
AmazonQuickSightAsync.updateKeyRegistrationAsync(UpdateKeyRegistrationRequest updateKeyRegistrationRequest,
AsyncHandler<UpdateKeyRegistrationRequest,UpdateKeyRegistrationResult> asyncHandler)
Updates a customer managed key in a Amazon QuickSight account.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateKeyRegistrationRequest |
UpdateKeyRegistrationRequest.clone() |
UpdateKeyRegistrationRequest |
UpdateKeyRegistrationRequest.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the customer managed key registration that you want to
update.
|
UpdateKeyRegistrationRequest |
UpdateKeyRegistrationRequest.withKeyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)
A list of
RegisteredCustomerManagedKey objects to be updated to the Amazon QuickSight account. |
UpdateKeyRegistrationRequest |
UpdateKeyRegistrationRequest.withKeyRegistration(RegisteredCustomerManagedKey... keyRegistration)
A list of
RegisteredCustomerManagedKey objects to be updated to the Amazon QuickSight account. |
Copyright © 2024. All rights reserved.