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.databaseMethods in com.oracle.bmc.database that return MigrateVaultKeyResponse Modifier and Type Method Description MigrateVaultKeyResponseDatabase. migrateVaultKey(MigrateVaultKeyRequest request)Changes encryption key management from customer-managed, using the Vault service, to Oracle-managed.MigrateVaultKeyResponseDatabaseClient. 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.responsesMethods in com.oracle.bmc.database.responses that return MigrateVaultKeyResponse Modifier and Type Method Description MigrateVaultKeyResponseMigrateVaultKeyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type MigrateVaultKeyResponse Modifier and Type Method Description MigrateVaultKeyResponse.BuilderMigrateVaultKeyResponse.Builder. copy(MigrateVaultKeyResponse o)Copy method to populate the builder with values from the given instance.
 
-