Uses of Class
com.oracle.bmc.database.requests.SetPdbKeyVersionRequest
-
Packages that use SetPdbKeyVersionRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of SetPdbKeyVersionRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type SetPdbKeyVersionRequest Modifier and Type Method Description Waiter<SetPdbKeyVersionRequest,SetPdbKeyVersionResponse>
DatabaseWaiters. forSetPdbKeyVersion(SetPdbKeyVersionRequest request)
Creates a newWaiter
using the default configuration.Waiter<SetPdbKeyVersionRequest,SetPdbKeyVersionResponse>
DatabaseWaiters. forSetPdbKeyVersion(SetPdbKeyVersionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type SetPdbKeyVersionRequest Modifier and Type Method Description Future<SetPdbKeyVersionResponse>
DatabaseAsync. setPdbKeyVersion(SetPdbKeyVersionRequest request, AsyncHandler<SetPdbKeyVersionRequest,SetPdbKeyVersionResponse> handler)
Sets a new version of an existing Vault service key.Future<SetPdbKeyVersionResponse>
DatabaseAsyncClient. setPdbKeyVersion(SetPdbKeyVersionRequest request, AsyncHandler<SetPdbKeyVersionRequest,SetPdbKeyVersionResponse> handler)
-
Uses of SetPdbKeyVersionRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return SetPdbKeyVersionRequest Modifier and Type Method Description SetPdbKeyVersionRequest
SetPdbKeyVersionRequest.Builder. build()
Build the instance of SetPdbKeyVersionRequest as configured by this builderSetPdbKeyVersionRequest
SetPdbKeyVersionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SetPdbKeyVersionRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type SetPdbKeyVersionRequest Modifier and Type Method Description SetPdbKeyVersionRequest.Builder
SetPdbKeyVersionRequest.Builder. copy(SetPdbKeyVersionRequest o)
Copy method to populate the builder with values from the given instance.
-