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.databaseMethods in com.oracle.bmc.database that return SetDbKeyVersionResponse Modifier and Type Method Description SetDbKeyVersionResponseDatabase. setDbKeyVersion(SetDbKeyVersionRequest request)Sets a new version of an existing Vault service key.SetDbKeyVersionResponseDatabaseClient. 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 newWaiterusing the default configuration.Waiter<SetDbKeyVersionRequest,SetDbKeyVersionResponse>DatabaseWaiters. forSetDbKeyVersion(SetDbKeyVersionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing 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.responsesMethods in com.oracle.bmc.database.responses that return SetDbKeyVersionResponse Modifier and Type Method Description SetDbKeyVersionResponseSetDbKeyVersionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type SetDbKeyVersionResponse Modifier and Type Method Description SetDbKeyVersionResponse.BuilderSetDbKeyVersionResponse.Builder. copy(SetDbKeyVersionResponse o)Copy method to populate the builder with values from the given instance.
 
-