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