Uses of Class
com.oracle.bmc.database.requests.MigrateVaultKeyRequest
-
Packages that use MigrateVaultKeyRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of MigrateVaultKeyRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type MigrateVaultKeyRequest Modifier and Type Method Description Waiter<MigrateVaultKeyRequest,MigrateVaultKeyResponse>
DatabaseWaiters. forMigrateVaultKey(MigrateVaultKeyRequest request)
Creates a newWaiter
using the default configuration.Waiter<MigrateVaultKeyRequest,MigrateVaultKeyResponse>
DatabaseWaiters. forMigrateVaultKey(MigrateVaultKeyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type MigrateVaultKeyRequest 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 MigrateVaultKeyRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return MigrateVaultKeyRequest Modifier and Type Method Description MigrateVaultKeyRequest
MigrateVaultKeyRequest.Builder. build()
Build the instance of MigrateVaultKeyRequest as configured by this builderMigrateVaultKeyRequest
MigrateVaultKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of MigrateVaultKeyRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type MigrateVaultKeyRequest Modifier and Type Method Description MigrateVaultKeyRequest.Builder
MigrateVaultKeyRequest.Builder. copy(MigrateVaultKeyRequest o)
Copy method to populate the builder with values from the given instance.
-