com.amazonaws
Class RequestClientOptions

java.lang.Object
  extended by com.amazonaws.RequestClientOptions

@NotThreadSafe
public final class RequestClientOptions
extends Object

Client markers for individual AmazonWebServiceRequests.


Nested Class Summary
static class RequestClientOptions.Marker
           
 
Constructor Summary
RequestClientOptions()
           
 
Method Summary
 void addClientMarker(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(String userAgent)
          Appends a user agent to the USER_AGENT client marker.
 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.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestClientOptions

public RequestClientOptions()
Method Detail

getClientMarker

@Deprecated
public 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.


getClientMarker

public String getClientMarker(RequestClientOptions.Marker marker)
Returns the value of the specified marker; or null if there is no such value.


putClientMarker

public void putClientMarker(RequestClientOptions.Marker marker,
                            String value)
Associates the given value with the given marker. Note the RequestClientOptions.Marker.USER_AGENT is only intended for internal use by the AWS SDK.


addClientMarker

@Deprecated
public void addClientMarker(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.


appendUserAgent

public void appendUserAgent(String userAgent)
Appends a user agent to the USER_AGENT client marker. This method is intended only for internal use by the AWS SDK.



Copyright © 2016. All rights reserved.