Uses of Class
software.amazon.awssdk.services.quicksight.model.RegisteredCustomerManagedKey
-
Packages that use RegisteredCustomerManagedKey Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of RegisteredCustomerManagedKey in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type RegisteredCustomerManagedKey Modifier and Type Method Description List<RegisteredCustomerManagedKey>DescribeKeyRegistrationResponse. keyRegistration()A list ofRegisteredCustomerManagedKeyobjects in a QuickSight account.List<RegisteredCustomerManagedKey>UpdateKeyRegistrationRequest. keyRegistration()A list ofRegisteredCustomerManagedKeyobjects to be updated to the QuickSight account.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type RegisteredCustomerManagedKey Modifier and Type Method Description DescribeKeyRegistrationResponse.BuilderDescribeKeyRegistrationResponse.Builder. keyRegistration(RegisteredCustomerManagedKey... keyRegistration)A list ofRegisteredCustomerManagedKeyobjects in a QuickSight account.UpdateKeyRegistrationRequest.BuilderUpdateKeyRegistrationRequest.Builder. keyRegistration(RegisteredCustomerManagedKey... keyRegistration)A list ofRegisteredCustomerManagedKeyobjects to be updated to the QuickSight account.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type RegisteredCustomerManagedKey Modifier and Type Method Description DescribeKeyRegistrationResponse.BuilderDescribeKeyRegistrationResponse.Builder. keyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)A list ofRegisteredCustomerManagedKeyobjects in a QuickSight account.UpdateKeyRegistrationRequest.BuilderUpdateKeyRegistrationRequest.Builder. keyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)A list ofRegisteredCustomerManagedKeyobjects to be updated to the QuickSight account.
-