Package org.jclouds.s3.functions
Class BindRegionToXmlPayload
- java.lang.Object
-
- org.jclouds.rest.binders.BindToStringPayload
-
- org.jclouds.s3.functions.BindRegionToXmlPayload
-
- All Implemented Interfaces:
Binder
@Singleton public class BindRegionToXmlPayload extends BindToStringPayload
Depending on your latency and legal requirements, you can specify a location constraint that will affect where your data physically resides.
-
-
Constructor Summary
Constructors Constructor Description BindRegionToXmlPayload(com.google.common.base.Supplier<String> defaultRegionForEndpointSupplier, com.google.common.base.Supplier<String> defaultRegionForServiceSupplier, com.google.common.base.Supplier<Set<String>> regionsSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Object input)
-
-
-
Field Detail
-
logger
protected Logger logger
-
-
Method Detail
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object input)
- Specified by:
bindToRequest
in interfaceBinder
- Overrides:
bindToRequest
in classBindToStringPayload
-
-