@NotThreadSafe public final class RequestClientOptions extends Object
AmazonWebServiceRequest
s.限定符和类型 | 类和说明 |
---|---|
static class |
RequestClientOptions.Marker |
构造器和说明 |
---|
RequestClientOptions() |
限定符和类型 | 方法和说明 |
---|---|
void |
addClientMarker(String clientMarker)
已过时。
by
appendUserAgent(String) .
This method is intended only for internal use by the AWS SDK.
Adds a "USER_AGENT" client marker, if it wasn't already present. |
void |
appendUserAgent(String userAgent)
Appends a user agent to the USER_AGENT client marker.
|
String |
getClientMarker()
已过时。
by
getClientMarker(Marker) .
This method is intended only for internal use by the AWS SDK.
Returns the "USER_AGENT" marker as a space-delimited string. |
String |
getClientMarker(RequestClientOptions.Marker marker)
Returns the value of the specified marker; or null if there is no such
value.
|
void |
putClientMarker(RequestClientOptions.Marker marker,
String value)
Associates the given value with the given marker.
|
@Deprecated public String getClientMarker()
getClientMarker(Marker)
.
This method is intended only for internal use by the AWS SDK.
Returns the "USER_AGENT" marker as a space-delimited string.public String getClientMarker(RequestClientOptions.Marker marker)
public void putClientMarker(RequestClientOptions.Marker marker, String value)
RequestClientOptions.Marker.USER_AGENT
is only intended for internal use
by the AWS SDK.@Deprecated public void addClientMarker(String clientMarker)
appendUserAgent(String)
.
This method is intended only for internal use by the AWS SDK.
Adds a "USER_AGENT" client marker, if it wasn't already present.public void appendUserAgent(String userAgent)
Copyright © 2016. All rights reserved.