Uses of Class
com.oracle.bmc.apmsynthetics.model.ScriptCollection
-
Packages that use ScriptCollection Package Description com.oracle.bmc.apmsynthetics.model com.oracle.bmc.apmsynthetics.responses -
-
Uses of ScriptCollection in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return ScriptCollection Modifier and Type Method Description ScriptCollection
ScriptCollection.Builder. build()
Methods in com.oracle.bmc.apmsynthetics.model with parameters of type ScriptCollection Modifier and Type Method Description ScriptCollection.Builder
ScriptCollection.Builder. copy(ScriptCollection model)
-
Uses of ScriptCollection in com.oracle.bmc.apmsynthetics.responses
Methods in com.oracle.bmc.apmsynthetics.responses that return ScriptCollection Modifier and Type Method Description ScriptCollection
ListScriptsResponse. getScriptCollection()
The returned ScriptCollection instance.Methods in com.oracle.bmc.apmsynthetics.responses with parameters of type ScriptCollection Modifier and Type Method Description ListScriptsResponse.Builder
ListScriptsResponse.Builder. scriptCollection(ScriptCollection scriptCollection)
The returned ScriptCollection instance.
-