Uses of Class
com.oracle.bmc.stackmonitoring.model.HttpUpdateQueryProperties.Builder
-
Packages that use HttpUpdateQueryProperties.Builder Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of HttpUpdateQueryProperties.Builder in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return HttpUpdateQueryProperties.Builder Modifier and Type Method Description static HttpUpdateQueryProperties.Builder
HttpUpdateQueryProperties. builder()
Create a new builder.HttpUpdateQueryProperties.Builder
HttpUpdateQueryProperties.Builder. copy(HttpUpdateQueryProperties model)
HttpUpdateQueryProperties.Builder
HttpUpdateQueryProperties.Builder. protocolType(HttpProtocolTypes protocolType)
Supported protocol of resources to be associated with this metric extension.HttpUpdateQueryProperties.Builder
HttpUpdateQueryProperties.Builder. responseContentType(HttpResponseContentTypes responseContentType)
Type of content response given by the http(s) URLHttpUpdateQueryProperties.Builder
HttpUpdateQueryProperties.Builder. scriptDetails(UpdateHttpScriptFileDetails scriptDetails)
HttpUpdateQueryProperties.Builder
HttpUpdateQueryProperties. toBuilder()
HttpUpdateQueryProperties.Builder
HttpUpdateQueryProperties.Builder. url(String url)
Http(s) end point URL
-