Uses of Class
com.oracle.bmc.stackmonitoring.model.HttpProtocolTypes
-
Packages that use HttpProtocolTypes Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of HttpProtocolTypes in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return HttpProtocolTypes Modifier and Type Method Description static HttpProtocolTypesHttpProtocolTypes. create(String key)HttpProtocolTypesHttpQueryProperties. getProtocolType()Supported protocol of resources to be associated with this metric extension.HttpProtocolTypesHttpUpdateQueryProperties. getProtocolType()Supported protocol of resources to be associated with this metric extension.static HttpProtocolTypesHttpProtocolTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpProtocolTypes[]HttpProtocolTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type HttpProtocolTypes Modifier and Type Method Description HttpQueryProperties.BuilderHttpQueryProperties.Builder. protocolType(HttpProtocolTypes protocolType)Supported protocol of resources to be associated with this metric extension.HttpUpdateQueryProperties.BuilderHttpUpdateQueryProperties.Builder. protocolType(HttpProtocolTypes protocolType)Supported protocol of resources to be associated with this metric extension.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type HttpProtocolTypes Constructor Description HttpQueryProperties(String url, HttpResponseContentTypes responseContentType, HttpProtocolTypes protocolType, HttpScriptFileDetails scriptDetails)Deprecated.HttpUpdateQueryProperties(String url, HttpResponseContentTypes responseContentType, HttpProtocolTypes protocolType, UpdateHttpScriptFileDetails scriptDetails)Deprecated.
-