Uses of Class
com.oracle.bmc.datasafe.requests.UpdateSqlCollectionRequest
-
Packages that use UpdateSqlCollectionRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of UpdateSqlCollectionRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type UpdateSqlCollectionRequest Modifier and Type Method Description UpdateSqlCollectionResponse
DataSafe. updateSqlCollection(UpdateSqlCollectionRequest request)
Updates the SQL collection.Future<UpdateSqlCollectionResponse>
DataSafeAsync. updateSqlCollection(UpdateSqlCollectionRequest request, AsyncHandler<UpdateSqlCollectionRequest,UpdateSqlCollectionResponse> handler)
Updates the SQL collection.Future<UpdateSqlCollectionResponse>
DataSafeAsyncClient. updateSqlCollection(UpdateSqlCollectionRequest request, AsyncHandler<UpdateSqlCollectionRequest,UpdateSqlCollectionResponse> handler)
UpdateSqlCollectionResponse
DataSafeClient. updateSqlCollection(UpdateSqlCollectionRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateSqlCollectionRequest 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 UpdateSqlCollectionRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return UpdateSqlCollectionRequest Modifier and Type Method Description UpdateSqlCollectionRequest
UpdateSqlCollectionRequest.Builder. build()
Build the instance of UpdateSqlCollectionRequest as configured by this builderUpdateSqlCollectionRequest
UpdateSqlCollectionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSqlCollectionRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type UpdateSqlCollectionRequest Modifier and Type Method Description UpdateSqlCollectionRequest.Builder
UpdateSqlCollectionRequest.Builder. copy(UpdateSqlCollectionRequest o)
Copy method to populate the builder with values from the given instance.
-