Uses of Class
com.oracle.bmc.waas.model.HttpRedirectTarget.Protocol
-
Packages that use HttpRedirectTarget.Protocol Package Description com.oracle.bmc.waas.model -
-
Uses of HttpRedirectTarget.Protocol in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return HttpRedirectTarget.Protocol Modifier and Type Method Description static HttpRedirectTarget.ProtocolHttpRedirectTarget.Protocol. create(String key)HttpRedirectTarget.ProtocolHttpRedirectTarget. getProtocol()The protocol used for the target, http or https.static HttpRedirectTarget.ProtocolHttpRedirectTarget.Protocol. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpRedirectTarget.Protocol[]HttpRedirectTarget.Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.model with parameters of type HttpRedirectTarget.Protocol Modifier and Type Method Description HttpRedirectTarget.BuilderHttpRedirectTarget.Builder. protocol(HttpRedirectTarget.Protocol protocol)The protocol used for the target, http or https.Constructors in com.oracle.bmc.waas.model with parameters of type HttpRedirectTarget.Protocol Constructor Description HttpRedirectTarget(HttpRedirectTarget.Protocol protocol, String host, Integer port, String path, String query)Deprecated.
-