|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dasein.cloud.aws.storage.GlacierMethod
public class GlacierMethod
[Class Documentation]
Created by George Reese: 5/22/13 2:46 PM
| Nested Class Summary | |
|---|---|
static class |
GlacierMethod.Builder
|
| Field Summary | |
|---|---|
static String |
API_VERSION
|
static String |
GLACIER_PREFIX
|
static String |
SERVICE_ID
|
| Method Summary | |
|---|---|
static GlacierMethod.Builder |
build(AWSCloud provider,
GlacierAction action)
|
protected org.apache.http.client.HttpClient |
getClient(String url)
|
String |
getUrl()
|
void |
invoke()
Invokes the method and returns nothing |
Map<String,String> |
invokeHeaders()
Invokes the method and returns the response headers |
org.json.JSONObject |
invokeJson()
Invokes the method and returns the response body as a JSON object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String GLACIER_PREFIX
public static final String SERVICE_ID
public static final String API_VERSION
| Method Detail |
|---|
public org.json.JSONObject invokeJson()
throws org.dasein.cloud.InternalException,
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
org.dasein.cloud.CloudException
GlacierException
public Map<String,String> invokeHeaders()
throws org.dasein.cloud.InternalException,
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
org.dasein.cloud.CloudException
GlacierException
public void invoke()
throws org.dasein.cloud.InternalException,
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
org.dasein.cloud.CloudException
public String getUrl()
throws org.dasein.cloud.InternalException,
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
org.dasein.cloud.CloudException
@Nonnull
protected org.apache.http.client.HttpClient getClient(String url)
throws org.dasein.cloud.InternalException
org.dasein.cloud.InternalException
public static GlacierMethod.Builder build(@Nonnull
AWSCloud provider,
@Nonnull
GlacierAction action)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||