Uses of Class
com.vmware.vcloud.sdk.Response

Packages that use Response
com.vmware.vcloud.sdk   
 

Uses of Response in com.vmware.vcloud.sdk
 

Methods in com.vmware.vcloud.sdk that return Response
static Response RestUtil.delete(VcloudClient client, String url)
          This method performs a HTTP DELETE operation
static Response RestUtil.get(VcloudClient client, String url)
          This method performs a HTTP GET operation
static Response RestUtil.post(VcloudClient client, String url, String content, String contentType, String charset)
          This method performs a HTTP POST operation
static Response RestUtil.put(VcloudClient client, String url, String content, String contentType, String charset)
          This method performs a HTTP PUT operation
 



Copyright © 2016. All Rights Reserved.