Package org.jclouds.rest
Interface MapBinder
-
- All Superinterfaces:
Binder
- All Known Implementing Classes:
AddFirewallRuleToNicRequestBinder
,AddRomDriveToServerRequestBinder
,BaseProfitBricksRequestBinder
,BindAuthToJsonPayload
,BindAuthToJsonPayload
,BindChangeMessageVisibilityBatchRequestEntryToIndexedFormParams
,BindConsoleToJsonPayload
,BindCreateClientOptionsToJsonPayload
,BindCreateDatabaseToJson
,BindCreateGroupToJson
,BindCreateInstanceToJson
,BindCreateUserToJson
,BindCredentialsToJsonPayload
,BindGrantUserToJson
,BindGroupToUpdateRequestJsonPayload
,BindKeyPairToJsonPayload
,BindLaunchConfigurationToJson
,BindMapToStringPayload
,BindMetadataToJsonPayload
,BindPasswordAuthToJsonPayload
,BindScalingPoliciesToJson
,BindScalingPolicyToJson
,BindSecurityGroupRuleToJsonPayload
,BindSendMessageBatchRequestEntryWithDelaysToIndexedFormParams
,BindToGroupConfigurationRequestPayload
,BindToJsonPayload
,BindToJsonPayloadWrappedWith
,BindTokenAuthToJsonPayload
,BindWebhooksToJson
,BindWebhookToJson
,BindWebhookUpdateToJson
,ConnectStorageToServerRequestBinder
,CreateBackupOfServerOptions
,CreateDataCenterRequestBinder
,CreateDropletOptions
,CreateLoadBalancerRequestBinder
,CreateNicRequestBinder
,CreateReverseDNSToJSON
,CreateServerOptions
,CreateServerOptions
,CreateServerRequestBinder
,CreateSnapshotOptions
,CreateSnapshotRequestBinder
,CreateStorageRequestBinder
,CreateTenantOptions
,CreateUserOptions
,CreateVolumeOptions
,CreateVolumeOptions
,CreateVolumeSnapshotOptions
,CreateVolumeTypeOptions
,DeregisterLoadBalancerRequestBinder
,DirectionalRecordAndGeoGroupToXML
,DiskCreationBinder
,EmptyOptions
,FirewallBinder
,FirewallBinder
,FirewallBinder.ActivateFirewallRequestBinder
,FirewallBinder.DeactivateFirewallRequestBinder
,FirewallBinder.DeleteFirewallRequestBinder
,FirewallBinder.RemoveFirewallRuleRequestBinder
,FormatAndContentsToJSON
,ForwardingRuleCreationBinder
,HttpHealthCheckCreationBinder
,MultipartUploadBinder
,RebuildServerOptions
,RegisterLoadBalancerRequestBinder
,RollbackSnapshotRequestBinder
,RouteBinder
,SetInternetAccessBinder
,TargetPoolChangeHealthChecksBinder
,TargetPoolChangeInstancesBinder
,UpdateDataCenterRequestBinder
,UpdateDirectionalDNSGroupToXML
,UpdateDomainsToJSON
,UpdateLoadBalancerRequestBinder
,UpdateNicRequestBinder
,UpdatePoolRecordToXML
,UpdateReverseDNSToJSON
,UpdateServerRequestBinder
,UpdateSnapshotRequestBinder
,UpdateStorageRequestBinder
,UpdateTenantOptions
,UpdateUserOptions
,UploadBinder
,UploadFileBinder
,UploadPartBinder
,ZoneAndResourceRecordToXML
public interface MapBinder extends Binder
Builds the payload of a Post request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <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 interface org.jclouds.rest.Binder
bindToRequest
-
-
-
-
Method Detail
-
bindToRequest
<R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified.- See Also:
PayloadParam
-
-