Uses of Class
com.oracle.bmc.waas.requests.ListWafLogsRequest.HttpMethod
-
Packages that use ListWafLogsRequest.HttpMethod Package Description com.oracle.bmc.waas.requests -
-
Uses of ListWafLogsRequest.HttpMethod in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListWafLogsRequest.HttpMethod Modifier and Type Method Description static ListWafLogsRequest.HttpMethod
ListWafLogsRequest.HttpMethod. create(String key)
static ListWafLogsRequest.HttpMethod
ListWafLogsRequest.HttpMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListWafLogsRequest.HttpMethod[]
ListWafLogsRequest.HttpMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.requests that return types with arguments of type ListWafLogsRequest.HttpMethod Modifier and Type Method Description List<ListWafLogsRequest.HttpMethod>
ListWafLogsRequest. getHttpMethod()
Filter logs by HTTP method.Methods in com.oracle.bmc.waas.requests with parameters of type ListWafLogsRequest.HttpMethod Modifier and Type Method Description ListWafLogsRequest.Builder
ListWafLogsRequest.Builder. httpMethod(ListWafLogsRequest.HttpMethod singularValue)
Singular setter.Method parameters in com.oracle.bmc.waas.requests with type arguments of type ListWafLogsRequest.HttpMethod Modifier and Type Method Description ListWafLogsRequest.Builder
ListWafLogsRequest.Builder. httpMethod(List<ListWafLogsRequest.HttpMethod> httpMethod)
Filter logs by HTTP method.
-