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