Uses of Class
com.oracle.bmc.nosql.model.KmsKey
-
Packages that use KmsKey Package Description com.oracle.bmc.nosql.model -
-
Uses of KmsKey in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return KmsKey Modifier and Type Method Description KmsKey
KmsKey.Builder. build()
KmsKey
HostedConfiguration. getKmsKey()
KmsKey
UpdateHostedConfigurationDetails. getKmsKey()
Methods in com.oracle.bmc.nosql.model with parameters of type KmsKey Modifier and Type Method Description KmsKey.Builder
KmsKey.Builder. copy(KmsKey model)
HostedConfiguration.Builder
HostedConfiguration.Builder. kmsKey(KmsKey kmsKey)
UpdateHostedConfigurationDetails.Builder
UpdateHostedConfigurationDetails.Builder. kmsKey(KmsKey kmsKey)
Constructors in com.oracle.bmc.nosql.model with parameters of type KmsKey Constructor Description HostedConfiguration(KmsKey kmsKey)
Deprecated.UpdateHostedConfigurationDetails(KmsKey kmsKey)
Deprecated.
-