Uses of Class
com.oracle.bmc.apmsynthetics.model.RequestQueryParam
-
Packages that use RequestQueryParam Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of RequestQueryParam in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return RequestQueryParam Modifier and Type Method Description RequestQueryParam
RequestQueryParam.Builder. build()
Methods in com.oracle.bmc.apmsynthetics.model that return types with arguments of type RequestQueryParam Modifier and Type Method Description List<RequestQueryParam>
RestMonitorConfiguration. getRequestQueryParams()
List of request query params.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type RequestQueryParam Modifier and Type Method Description RequestQueryParam.Builder
RequestQueryParam.Builder. copy(RequestQueryParam model)
Method parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type RequestQueryParam Modifier and Type Method Description RestMonitorConfiguration.Builder
RestMonitorConfiguration.Builder. requestQueryParams(List<RequestQueryParam> requestQueryParams)
List of request query params.
-