Uses of Class
com.oracle.bmc.database.responses.SetDbKeyVersionResponse
-
Packages that use SetDbKeyVersionResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of SetDbKeyVersionResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return SetDbKeyVersionResponse Modifier and Type Method Description SetDbKeyVersionResponse
Database. setDbKeyVersion(SetDbKeyVersionRequest request)
Sets a new version of an existing Vault service key.SetDbKeyVersionResponse
DatabaseClient. setDbKeyVersion(SetDbKeyVersionRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type SetDbKeyVersionResponse 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.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)
Method parameters in com.oracle.bmc.database with type arguments of type SetDbKeyVersionResponse 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 SetDbKeyVersionResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return SetDbKeyVersionResponse Modifier and Type Method Description SetDbKeyVersionResponse
SetDbKeyVersionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type SetDbKeyVersionResponse Modifier and Type Method Description SetDbKeyVersionResponse.Builder
SetDbKeyVersionResponse.Builder. copy(SetDbKeyVersionResponse o)
Copy method to populate the builder with values from the given instance.
-