Uses of Class
com.oracle.bmc.apmsynthetics.model.VerifyText
-
Packages that use VerifyText Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of VerifyText in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return VerifyText Modifier and Type Method Description VerifyText
VerifyText.Builder. build()
Methods in com.oracle.bmc.apmsynthetics.model that return types with arguments of type VerifyText Modifier and Type Method Description List<VerifyText>
BrowserMonitorConfiguration. getVerifyTexts()
Verifies all the search strings present in the response.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type VerifyText Modifier and Type Method Description VerifyText.Builder
VerifyText.Builder. copy(VerifyText model)
Method parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type VerifyText Modifier and Type Method Description BrowserMonitorConfiguration.Builder
BrowserMonitorConfiguration.Builder. verifyTexts(List<VerifyText> verifyTexts)
Verifies all the search strings present in the response.Constructor parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type VerifyText Constructor Description BrowserMonitorConfiguration(Boolean isFailureRetried, DnsConfiguration dnsConfiguration, Boolean isCertificateValidationEnabled, Boolean isDefaultSnapshotEnabled, List<VerifyText> verifyTexts, List<String> verifyResponseCodes, NetworkConfiguration networkConfiguration)
Deprecated.
-