Uses of Class
com.oracle.bmc.database.responses.MigrateVaultKeyResponse
-
Packages that use MigrateVaultKeyResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of MigrateVaultKeyResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return MigrateVaultKeyResponse Modifier and Type Method Description MigrateVaultKeyResponse
Database. migrateVaultKey(MigrateVaultKeyRequest request)
Changes encryption key management from customer-managed, using the Vault service, to Oracle-managed.MigrateVaultKeyResponse
DatabaseClient. migrateVaultKey(MigrateVaultKeyRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type MigrateVaultKeyResponse Modifier and Type Method Description Future<MigrateVaultKeyResponse>
DatabaseAsync. migrateVaultKey(MigrateVaultKeyRequest request, AsyncHandler<MigrateVaultKeyRequest,MigrateVaultKeyResponse> handler)
Changes encryption key management from customer-managed, using the Vault service, to Oracle-managed.Future<MigrateVaultKeyResponse>
DatabaseAsyncClient. migrateVaultKey(MigrateVaultKeyRequest request, AsyncHandler<MigrateVaultKeyRequest,MigrateVaultKeyResponse> handler)
-
Uses of MigrateVaultKeyResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return MigrateVaultKeyResponse Modifier and Type Method Description MigrateVaultKeyResponse
MigrateVaultKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type MigrateVaultKeyResponse Modifier and Type Method Description MigrateVaultKeyResponse.Builder
MigrateVaultKeyResponse.Builder. copy(MigrateVaultKeyResponse o)
Copy method to populate the builder with values from the given instance.
-