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