Package | Description |
---|---|
com.amazonaws |
Modifier and Type | Field and Description |
---|---|
private java.util.EnumMap<RequestClientOptions.Marker,java.lang.String> |
RequestClientOptions.markers |
Modifier and Type | Method and Description |
---|---|
static RequestClientOptions.Marker |
RequestClientOptions.Marker.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestClientOptions.Marker[] |
RequestClientOptions.Marker.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
RequestClientOptions.getClientMarker(RequestClientOptions.Marker marker)
Returns the value of the specified marker; or null if there is no such
value.
|
void |
RequestClientOptions.putClientMarker(RequestClientOptions.Marker marker,
java.lang.String value)
Associates the given value with the given marker.
|