Class HttpHealthCheckCreationBinder
java.lang.Object
org.jclouds.rest.binders.BindToJsonPayload
org.jclouds.googlecomputeengine.binders.HttpHealthCheckCreationBinder
- 
Field Summary
Fields inherited from class org.jclouds.rest.binders.BindToJsonPayload
jsonBinder - 
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest(R request, Map<String, Object> postParams) creates and binds the POST payload to the request using parameters specified.Methods inherited from class org.jclouds.rest.binders.BindToJsonPayload
bindToRequest 
- 
Method Details
- 
bindToRequest
Description copied from interface:MapBindercreates and binds the POST payload to the request using parameters specified.- Specified by:
 bindToRequestin interfaceMapBinder- Overrides:
 bindToRequestin classBindToJsonPayload- See Also:
 
 
 -