org.jclouds.s3.functions
Class BindRegionToXmlPayload
java.lang.Object
org.jclouds.rest.binders.BindToStringPayload
org.jclouds.s3.functions.BindRegionToXmlPayload
- All Implemented Interfaces:
- org.jclouds.rest.Binder
@Singleton
public class BindRegionToXmlPayload
- extends org.jclouds.rest.binders.BindToStringPayload
Depending on your latency and legal requirements, you can specify a location
constraint that will affect where your data physically resides.
- Author:
- Adrian Cole
|
Field Summary |
protected org.jclouds.logging.Logger |
logger
|
|
Method Summary |
<R extends org.jclouds.http.HttpRequest>
R |
|
bindToRequest(R request,
Object input)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected org.jclouds.logging.Logger logger
BindRegionToXmlPayload
@Inject
public BindRegionToXmlPayload(@Nullable
String defaultRegionForEndpoint,
@Nullable
String defaultRegionForService,
Set<String> regions)
bindToRequest
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Object input)
- Specified by:
bindToRequest in interface org.jclouds.rest.Binder- Overrides:
bindToRequest in class org.jclouds.rest.binders.BindToStringPayload
Copyright © 2009-2011 jclouds. All Rights Reserved.