Uses of Class
com.oracle.bmc.datasafe.model.UpdateSqlCollectionDetails
- 
Packages that use UpdateSqlCollectionDetails Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests 
- 
- 
Uses of UpdateSqlCollectionDetails in com.oracle.bmc.datasafe.modelMethods in com.oracle.bmc.datasafe.model that return UpdateSqlCollectionDetails Modifier and Type Method Description UpdateSqlCollectionDetailsUpdateSqlCollectionDetails.Builder. build()Methods in com.oracle.bmc.datasafe.model with parameters of type UpdateSqlCollectionDetails Modifier and Type Method Description UpdateSqlCollectionDetails.BuilderUpdateSqlCollectionDetails.Builder. copy(UpdateSqlCollectionDetails model)
- 
Uses of UpdateSqlCollectionDetails in com.oracle.bmc.datasafe.requestsMethods in com.oracle.bmc.datasafe.requests that return UpdateSqlCollectionDetails Modifier and Type Method Description UpdateSqlCollectionDetailsUpdateSqlCollectionRequest. getBody$()Alternative accessor for the body parameter.UpdateSqlCollectionDetailsUpdateSqlCollectionRequest. getUpdateSqlCollectionDetails()Details to update the SQL collection.Methods in com.oracle.bmc.datasafe.requests with parameters of type UpdateSqlCollectionDetails Modifier and Type Method Description UpdateSqlCollectionRequest.BuilderUpdateSqlCollectionRequest.Builder. body$(UpdateSqlCollectionDetails body)Alternative setter for the body parameter.UpdateSqlCollectionRequest.BuilderUpdateSqlCollectionRequest.Builder. updateSqlCollectionDetails(UpdateSqlCollectionDetails updateSqlCollectionDetails)Details to update the SQL collection.
 
-