Uses of Class
com.oracle.bmc.database.model.MigrateVaultKeyDetails
-
Packages that use MigrateVaultKeyDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of MigrateVaultKeyDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return MigrateVaultKeyDetails Modifier and Type Method Description MigrateVaultKeyDetails
MigrateVaultKeyDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type MigrateVaultKeyDetails Modifier and Type Method Description MigrateVaultKeyDetails.Builder
MigrateVaultKeyDetails.Builder. copy(MigrateVaultKeyDetails model)
-
Uses of MigrateVaultKeyDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return MigrateVaultKeyDetails Modifier and Type Method Description MigrateVaultKeyDetails
MigrateVaultKeyRequest. getBody$()
Alternative accessor for the body parameter.MigrateVaultKeyDetails
MigrateVaultKeyRequest. getMigrateVaultKeyDetails()
Request to change the source of the encryption key for the database.Methods in com.oracle.bmc.database.requests with parameters of type MigrateVaultKeyDetails Modifier and Type Method Description MigrateVaultKeyRequest.Builder
MigrateVaultKeyRequest.Builder. body$(MigrateVaultKeyDetails body)
Alternative setter for the body parameter.MigrateVaultKeyRequest.Builder
MigrateVaultKeyRequest.Builder. migrateVaultKeyDetails(MigrateVaultKeyDetails migrateVaultKeyDetails)
Request to change the source of the encryption key for the database.
-