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 QuickSight account.default UpdateKeyRegistrationResponseQuickSightClient. updateKeyRegistration(Consumer<UpdateKeyRegistrationRequest.Builder> updateKeyRegistrationRequest)Updates a customer managed key in a 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.BuilderUpdateKeyRegistrationRequest.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.BuilderUpdateKeyRegistrationRequest. builder()UpdateKeyRegistrationRequest.BuilderUpdateKeyRegistrationRequest.Builder. keyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)A list ofRegisteredCustomerManagedKeyobjects to be updated to the QuickSight account.UpdateKeyRegistrationRequest.BuilderUpdateKeyRegistrationRequest.Builder. keyRegistration(Consumer<RegisteredCustomerManagedKey.Builder>... keyRegistration)A list ofRegisteredCustomerManagedKeyobjects to be updated to the QuickSight account.UpdateKeyRegistrationRequest.BuilderUpdateKeyRegistrationRequest.Builder. keyRegistration(RegisteredCustomerManagedKey... keyRegistration)A list ofRegisteredCustomerManagedKeyobjects to be updated to the QuickSight account.UpdateKeyRegistrationRequest.BuilderUpdateKeyRegistrationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateKeyRegistrationRequest.BuilderUpdateKeyRegistrationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateKeyRegistrationRequest.BuilderUpdateKeyRegistrationRequest. 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()
-