Uses of Class
com.oracle.bmc.apmsynthetics.model.ScriptSummary
-
Packages that use ScriptSummary Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.model -
-
Uses of ScriptSummary in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type ScriptSummary Modifier and Type Method Description Iterable<ScriptSummary>
ApmSyntheticPaginators. listScriptsRecordIterator(ListScriptsRequest request)
Creates a new iterable which will iterate over theScriptSummary
objects contained in responses from the listScripts operation. -
Uses of ScriptSummary in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return ScriptSummary Modifier and Type Method Description ScriptSummary
ScriptSummary.Builder. build()
Methods in com.oracle.bmc.apmsynthetics.model that return types with arguments of type ScriptSummary Modifier and Type Method Description List<ScriptSummary>
ScriptCollection. getItems()
List of ScriptSummary items.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type ScriptSummary Modifier and Type Method Description ScriptSummary.Builder
ScriptSummary.Builder. copy(ScriptSummary model)
Method parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type ScriptSummary Modifier and Type Method Description ScriptCollection.Builder
ScriptCollection.Builder. items(List<ScriptSummary> items)
List of ScriptSummary items.Constructor parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type ScriptSummary Constructor Description ScriptCollection(List<ScriptSummary> items)
Deprecated.
-