Uses of Interface
software.amazon.awssdk.services.quicksight.model.QDataKey.Builder
-
Packages that use QDataKey.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of QDataKey.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return QDataKey.Builder Modifier and Type Method Description static QDataKey.BuilderQDataKey. builder()QDataKey.BuilderQDataKey.Builder. qDataKeyArn(String qDataKeyArn)The ARN of the KMS key that is registered to a QuickSight account for encryption and decryption use as aQDataKey.QDataKey.BuilderQDataKey.Builder. qDataKeyType(String qDataKeyType)The type ofQDataKey.QDataKey.BuilderQDataKey.Builder. qDataKeyType(QDataKeyType qDataKeyType)The type ofQDataKey.QDataKey.BuilderQDataKey. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type QDataKey.Builder Modifier and Type Method Description static Class<? extends QDataKey.Builder>QDataKey. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type QDataKey.Builder Modifier and Type Method Description default DescribeKeyRegistrationResponse.BuilderDescribeKeyRegistrationResponse.Builder. qDataKey(Consumer<QDataKey.Builder> qDataKey)A list ofQDataKeyobjects in a QuickSight account.
-