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.model
Methods in com.oracle.bmc.datasafe.model that return UpdateSqlCollectionDetails Modifier and Type Method Description UpdateSqlCollectionDetails
UpdateSqlCollectionDetails.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type UpdateSqlCollectionDetails Modifier and Type Method Description UpdateSqlCollectionDetails.Builder
UpdateSqlCollectionDetails.Builder. copy(UpdateSqlCollectionDetails model)
-
Uses of UpdateSqlCollectionDetails in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return UpdateSqlCollectionDetails Modifier and Type Method Description UpdateSqlCollectionDetails
UpdateSqlCollectionRequest. getBody$()
Alternative accessor for the body parameter.UpdateSqlCollectionDetails
UpdateSqlCollectionRequest. 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.Builder
UpdateSqlCollectionRequest.Builder. body$(UpdateSqlCollectionDetails body)
Alternative setter for the body parameter.UpdateSqlCollectionRequest.Builder
UpdateSqlCollectionRequest.Builder. updateSqlCollectionDetails(UpdateSqlCollectionDetails updateSqlCollectionDetails)
Details to update the SQL collection.
-