|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.RequestClientOptions
@NotThreadSafe public final class RequestClientOptions
Client markers for individual AmazonWebServiceRequest
s.
Nested Class Summary | |
---|---|
static class |
RequestClientOptions.Marker
|
Constructor Summary | |
---|---|
RequestClientOptions()
|
Method Summary | |
---|---|
void |
addClientMarker(java.lang.String clientMarker)
Deprecated. 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(java.lang.String userAgent)
Appends a user agent to the USER_AGENT client marker. |
java.lang.String |
getClientMarker()
Deprecated. 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. |
java.lang.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,
java.lang.String value)
Associates the given value with the given marker. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestClientOptions()
Method Detail |
---|
@Deprecated public java.lang.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 java.lang.String getClientMarker(RequestClientOptions.Marker marker)
public void putClientMarker(RequestClientOptions.Marker marker, java.lang.String value)
RequestClientOptions.Marker.USER_AGENT
is only intended for internal use
by the AWS SDK.
@Deprecated public void addClientMarker(java.lang.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(java.lang.String userAgent)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |