Uses of Class
io.fabric8.openshift.api.model.hive.gcp.v1.KMSKeyReference
-
Packages that use KMSKeyReference Package Description io.fabric8.openshift.api.model.hive.gcp.v1 -
-
Uses of KMSKeyReference in io.fabric8.openshift.api.model.hive.gcp.v1
Methods in io.fabric8.openshift.api.model.hive.gcp.v1 that return KMSKeyReference Modifier and Type Method Description KMSKeyReferenceKMSKeyReferenceBuilder. build()KMSKeyReferenceEncryptionKeyReferenceFluent. buildKmsKey()KMSKeyReferenceEncryptionKeyReference. getKmsKey()EncryptionKeyReference describes the encryptionKey to use for a disk's encryption.Methods in io.fabric8.openshift.api.model.hive.gcp.v1 with parameters of type KMSKeyReference Modifier and Type Method Description protected voidKMSKeyReferenceFluent. copyInstance(KMSKeyReference instance)EncryptionKeyReferenceFluent.KmsKeyNested<A>EncryptionKeyReferenceFluent. editOrNewKmsKeyLike(KMSKeyReference item)voidEncryptionKeyReference. setKmsKey(KMSKeyReference kmsKey)EncryptionKeyReference describes the encryptionKey to use for a disk's encryption.AEncryptionKeyReferenceFluent. withKmsKey(KMSKeyReference kmsKey)EncryptionKeyReferenceFluent.KmsKeyNested<A>EncryptionKeyReferenceFluent. withNewKmsKeyLike(KMSKeyReference item)Constructors in io.fabric8.openshift.api.model.hive.gcp.v1 with parameters of type KMSKeyReference Constructor Description EncryptionKeyReference(KMSKeyReference kmsKey, String kmsKeyServiceAccount)KMSKeyReferenceBuilder(KMSKeyReference instance)KMSKeyReferenceBuilder(KMSKeyReferenceFluent<?> fluent, KMSKeyReference instance)KMSKeyReferenceFluent(KMSKeyReference instance)
-