| 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 |