Uses of Class
com.oracle.bmc.apmsynthetics.model.ScriptParameterInfo
-
Packages that use ScriptParameterInfo Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of ScriptParameterInfo in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return ScriptParameterInfo Modifier and Type Method Description ScriptParameterInfo
ScriptParameterInfo.Builder. build()
Methods in com.oracle.bmc.apmsynthetics.model that return types with arguments of type ScriptParameterInfo Modifier and Type Method Description List<ScriptParameterInfo>
Script. getParameters()
List of script parameters.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type ScriptParameterInfo Modifier and Type Method Description ScriptParameterInfo.Builder
ScriptParameterInfo.Builder. copy(ScriptParameterInfo model)
Method parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type ScriptParameterInfo Modifier and Type Method Description Script.Builder
Script.Builder. parameters(List<ScriptParameterInfo> parameters)
List of script parameters.Constructor parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type ScriptParameterInfo Constructor Description Script(String id, String displayName, ContentTypes contentType, String content, Date timeUploaded, Integer contentSizeInBytes, String contentFileName, List<ScriptParameterInfo> parameters, MonitorStatusCountMap monitorStatusCountMap, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-