com.amazonaws
Class RequestClientOptions
java.lang.Object
com.amazonaws.RequestClientOptions
public final class RequestClientOptions
- extends Object
Arbitrary options storage for individual AmazonWebServiceRequest
s. This
class is not intended to be used by clients.
RequestClientOptions
public RequestClientOptions()
getClientMarker
public String getClientMarker()
- Returns all client markers as a space-delimited string.
addClientMarker
public void addClientMarker(String clientMarker)
- Adds a client marker, if it wasn't already present.
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.