| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
RegisteredCustomerManagedKey |
RegisteredCustomerManagedKey.clone() |
RegisteredCustomerManagedKey |
RegisteredCustomerManagedKey.withDefaultKey(Boolean defaultKey)
Indicates whether a
RegisteredCustomerManagedKey is set as the default key for encryption and
decryption use. |
RegisteredCustomerManagedKey |
RegisteredCustomerManagedKey.withKeyArn(String keyArn)
The ARN of the KMS key that is registered to a Amazon QuickSight account for encryption and decryption use.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegisteredCustomerManagedKey> |
UpdateKeyRegistrationRequest.getKeyRegistration()
A list of
RegisteredCustomerManagedKey objects to be updated to the Amazon QuickSight account. |
List<RegisteredCustomerManagedKey> |
DescribeKeyRegistrationResult.getKeyRegistration()
A list of
RegisteredCustomerManagedKey objects in a Amazon QuickSight account. |
| Modifier and Type | Method and Description |
|---|---|
UpdateKeyRegistrationRequest |
UpdateKeyRegistrationRequest.withKeyRegistration(RegisteredCustomerManagedKey... keyRegistration)
A list of
RegisteredCustomerManagedKey objects to be updated to the Amazon QuickSight account. |
DescribeKeyRegistrationResult |
DescribeKeyRegistrationResult.withKeyRegistration(RegisteredCustomerManagedKey... keyRegistration)
A list of
RegisteredCustomerManagedKey objects in a Amazon QuickSight account. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateKeyRegistrationRequest.setKeyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)
A list of
RegisteredCustomerManagedKey objects to be updated to the Amazon QuickSight account. |
void |
DescribeKeyRegistrationResult.setKeyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)
A list of
RegisteredCustomerManagedKey objects in a Amazon QuickSight account. |
UpdateKeyRegistrationRequest |
UpdateKeyRegistrationRequest.withKeyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)
A list of
RegisteredCustomerManagedKey objects to be updated to the Amazon QuickSight account. |
DescribeKeyRegistrationResult |
DescribeKeyRegistrationResult.withKeyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)
A list of
RegisteredCustomerManagedKey objects in a Amazon QuickSight account. |
Copyright © 2024. All rights reserved.