Uses of Class
com.oracle.bmc.datasafe.model.CreateSqlCollectionDetails
- 
Packages that use CreateSqlCollectionDetails Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests 
- 
- 
Uses of CreateSqlCollectionDetails in com.oracle.bmc.datasafe.modelMethods in com.oracle.bmc.datasafe.model that return CreateSqlCollectionDetails Modifier and Type Method Description CreateSqlCollectionDetailsCreateSqlCollectionDetails.Builder. build()Methods in com.oracle.bmc.datasafe.model with parameters of type CreateSqlCollectionDetails Modifier and Type Method Description CreateSqlCollectionDetails.BuilderCreateSqlCollectionDetails.Builder. copy(CreateSqlCollectionDetails model)
- 
Uses of CreateSqlCollectionDetails in com.oracle.bmc.datasafe.requestsMethods in com.oracle.bmc.datasafe.requests that return CreateSqlCollectionDetails Modifier and Type Method Description CreateSqlCollectionDetailsCreateSqlCollectionRequest. getBody$()Alternative accessor for the body parameter.CreateSqlCollectionDetailsCreateSqlCollectionRequest. getCreateSqlCollectionDetails()Details of the SQL collection.Methods in com.oracle.bmc.datasafe.requests with parameters of type CreateSqlCollectionDetails Modifier and Type Method Description CreateSqlCollectionRequest.BuilderCreateSqlCollectionRequest.Builder. body$(CreateSqlCollectionDetails body)Alternative setter for the body parameter.CreateSqlCollectionRequest.BuilderCreateSqlCollectionRequest.Builder. createSqlCollectionDetails(CreateSqlCollectionDetails createSqlCollectionDetails)Details of the SQL collection.
 
-