Uses of Class
com.oracle.bmc.dataintegration.model.Template
-
Packages that use Template Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.responses -
-
Uses of Template in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return Template Modifier and Type Method Description Template
Template.Builder. build()
Methods in com.oracle.bmc.dataintegration.model with parameters of type Template Modifier and Type Method Description Template.Builder
Template.Builder. copy(Template model)
-
Uses of Template in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return Template Modifier and Type Method Description Template
GetTemplateResponse. getTemplate()
The returned Template instance.Methods in com.oracle.bmc.dataintegration.responses with parameters of type Template Modifier and Type Method Description GetTemplateResponse.Builder
GetTemplateResponse.Builder. template(Template template)
The returned Template instance.
-