| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateKeyRegistrationResult |
AbstractAmazonQuickSight.updateKeyRegistration(UpdateKeyRegistrationRequest request) |
UpdateKeyRegistrationResult |
AmazonQuickSight.updateKeyRegistration(UpdateKeyRegistrationRequest updateKeyRegistrationRequest)
Updates a customer managed key in a Amazon QuickSight account.
|
UpdateKeyRegistrationResult |
AmazonQuickSightClient.updateKeyRegistration(UpdateKeyRegistrationRequest request)
Updates a customer managed key in a Amazon QuickSight account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateKeyRegistrationResult> |
AbstractAmazonQuickSightAsync.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.
|
Future<UpdateKeyRegistrationResult> |
AmazonQuickSightAsyncClient.updateKeyRegistrationAsync(UpdateKeyRegistrationRequest request,
AsyncHandler<UpdateKeyRegistrationRequest,UpdateKeyRegistrationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateKeyRegistrationResult |
UpdateKeyRegistrationResult.clone() |
UpdateKeyRegistrationResult |
UpdateKeyRegistrationResult.withFailedKeyRegistration(Collection<FailedKeyRegistrationEntry> failedKeyRegistration)
A list of all customer managed key registrations that failed to update.
|
UpdateKeyRegistrationResult |
UpdateKeyRegistrationResult.withFailedKeyRegistration(FailedKeyRegistrationEntry... failedKeyRegistration)
A list of all customer managed key registrations that failed to update.
|
UpdateKeyRegistrationResult |
UpdateKeyRegistrationResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateKeyRegistrationResult |
UpdateKeyRegistrationResult.withSuccessfulKeyRegistration(Collection<SuccessfulKeyRegistrationEntry> successfulKeyRegistration)
A list of all customer managed key registrations that were successfully updated.
|
UpdateKeyRegistrationResult |
UpdateKeyRegistrationResult.withSuccessfulKeyRegistration(SuccessfulKeyRegistrationEntry... successfulKeyRegistration)
A list of all customer managed key registrations that were successfully updated.
|
Copyright © 2024. All rights reserved.