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