Package org.jclouds.cloudwatch.binders
Class MetricDataBinder
- java.lang.Object
 - 
- org.jclouds.cloudwatch.binders.MetricDataBinder
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedMetricDataBinder(DateService dateService) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Object input) 
 - 
 
- 
- 
Constructor Detail
- 
MetricDataBinder
@Inject protected MetricDataBinder(DateService dateService)
 
 - 
 
- 
Method Detail
- 
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object input)
- Specified by:
 bindToRequestin interfaceBinder
 
 - 
 
 -