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