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.datasafe
Methods in com.oracle.bmc.datasafe that return UpdateSqlCollectionResponse Modifier and Type Method Description UpdateSqlCollectionResponse
DataSafe. updateSqlCollection(UpdateSqlCollectionRequest request)
Updates the SQL collection.UpdateSqlCollectionResponse
DataSafeClient. 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.responses
Methods in com.oracle.bmc.datasafe.responses that return UpdateSqlCollectionResponse Modifier and Type Method Description UpdateSqlCollectionResponse
UpdateSqlCollectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type UpdateSqlCollectionResponse Modifier and Type Method Description UpdateSqlCollectionResponse.Builder
UpdateSqlCollectionResponse.Builder. copy(UpdateSqlCollectionResponse o)
Copy method to populate the builder with values from the given instance.
-