Uses of Interface
software.amazon.awssdk.services.quicksight.model.UpdateKeyRegistrationRequest.Builder
-
Packages that use UpdateKeyRegistrationRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of UpdateKeyRegistrationRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type UpdateKeyRegistrationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateKeyRegistrationResponse>
QuickSightAsyncClient. updateKeyRegistration(Consumer<UpdateKeyRegistrationRequest.Builder> updateKeyRegistrationRequest)
Updates a customer managed key in a Amazon QuickSight account.default UpdateKeyRegistrationResponse
QuickSightClient. updateKeyRegistration(Consumer<UpdateKeyRegistrationRequest.Builder> updateKeyRegistrationRequest)
Updates a customer managed key in a Amazon QuickSight account. -
Uses of UpdateKeyRegistrationRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UpdateKeyRegistrationRequest.Builder Modifier and Type Method Description UpdateKeyRegistrationRequest.Builder
UpdateKeyRegistrationRequest.Builder. awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the customer managed key registration that you want to update.static UpdateKeyRegistrationRequest.Builder
UpdateKeyRegistrationRequest. builder()
UpdateKeyRegistrationRequest.Builder
UpdateKeyRegistrationRequest.Builder. keyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)
A list ofRegisteredCustomerManagedKey
objects to be updated to the Amazon QuickSight account.UpdateKeyRegistrationRequest.Builder
UpdateKeyRegistrationRequest.Builder. keyRegistration(Consumer<RegisteredCustomerManagedKey.Builder>... keyRegistration)
A list ofRegisteredCustomerManagedKey
objects to be updated to the Amazon QuickSight account.UpdateKeyRegistrationRequest.Builder
UpdateKeyRegistrationRequest.Builder. keyRegistration(RegisteredCustomerManagedKey... keyRegistration)
A list ofRegisteredCustomerManagedKey
objects to be updated to the Amazon QuickSight account.UpdateKeyRegistrationRequest.Builder
UpdateKeyRegistrationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateKeyRegistrationRequest.Builder
UpdateKeyRegistrationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdateKeyRegistrationRequest.Builder
UpdateKeyRegistrationRequest. toBuilder()
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type UpdateKeyRegistrationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateKeyRegistrationRequest.Builder>
UpdateKeyRegistrationRequest. serializableBuilderClass()
-