Uses of Class
com.oracle.bmc.datasafe.responses.UpdateSqlCollectionResponse
- 
Packages that use UpdateSqlCollectionResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses 
- 
- 
Uses of UpdateSqlCollectionResponse in com.oracle.bmc.datasafeMethods in com.oracle.bmc.datasafe that return UpdateSqlCollectionResponse Modifier and Type Method Description UpdateSqlCollectionResponseDataSafe. updateSqlCollection(UpdateSqlCollectionRequest request)Updates the SQL collection.UpdateSqlCollectionResponseDataSafeClient. updateSqlCollection(UpdateSqlCollectionRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type UpdateSqlCollectionResponse Modifier and Type Method Description Future<UpdateSqlCollectionResponse>DataSafeAsync. updateSqlCollection(UpdateSqlCollectionRequest request, AsyncHandler<UpdateSqlCollectionRequest,UpdateSqlCollectionResponse> handler)Updates the SQL collection.Future<UpdateSqlCollectionResponse>DataSafeAsyncClient. updateSqlCollection(UpdateSqlCollectionRequest request, AsyncHandler<UpdateSqlCollectionRequest,UpdateSqlCollectionResponse> handler)Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateSqlCollectionResponse Modifier and Type Method Description Future<UpdateSqlCollectionResponse>DataSafeAsync. updateSqlCollection(UpdateSqlCollectionRequest request, AsyncHandler<UpdateSqlCollectionRequest,UpdateSqlCollectionResponse> handler)Updates the SQL collection.Future<UpdateSqlCollectionResponse>DataSafeAsyncClient. updateSqlCollection(UpdateSqlCollectionRequest request, AsyncHandler<UpdateSqlCollectionRequest,UpdateSqlCollectionResponse> handler)
- 
Uses of UpdateSqlCollectionResponse in com.oracle.bmc.datasafe.responsesMethods in com.oracle.bmc.datasafe.responses that return UpdateSqlCollectionResponse Modifier and Type Method Description UpdateSqlCollectionResponseUpdateSqlCollectionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type UpdateSqlCollectionResponse Modifier and Type Method Description UpdateSqlCollectionResponse.BuilderUpdateSqlCollectionResponse.Builder. copy(UpdateSqlCollectionResponse o)Copy method to populate the builder with values from the given instance.
 
-