public static enum ListWafLogsRequest.HttpMethod extends Enum<ListWafLogsRequest.HttpMethod> implements BmcEnum
Filter logs by HTTP method.
Enum Constant and Description |
---|
Connect |
Delete |
Get |
Head |
Options |
Post |
Put |
Trace |
Modifier and Type | Method and Description |
---|---|
static ListWafLogsRequest.HttpMethod |
create(String key) |
String |
getValue() |
static ListWafLogsRequest.HttpMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListWafLogsRequest.HttpMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListWafLogsRequest.HttpMethod Options
public static final ListWafLogsRequest.HttpMethod Get
public static final ListWafLogsRequest.HttpMethod Head
public static final ListWafLogsRequest.HttpMethod Post
public static final ListWafLogsRequest.HttpMethod Put
public static final ListWafLogsRequest.HttpMethod Delete
public static final ListWafLogsRequest.HttpMethod Trace
public static final ListWafLogsRequest.HttpMethod Connect
public static ListWafLogsRequest.HttpMethod[] values()
for (ListWafLogsRequest.HttpMethod c : ListWafLogsRequest.HttpMethod.values()) System.out.println(c);
public static ListWafLogsRequest.HttpMethod valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ListWafLogsRequest.HttpMethod create(String key)
Copyright © 2016–2024. All rights reserved.