public class HalClient
extends com.amazonaws.AmazonWebServiceClient
| Constructor and Description |
|---|
HalClient(com.amazonaws.ClientConfiguration clientConfiguration,
String endpoint,
String serviceName,
com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider,
Map<String,Object> resourceCache,
com.amazonaws.http.HttpResponseHandler<com.amazonaws.AmazonServiceException> errorResponseHandler) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deleteResource(Class<T> resourceClass,
String resourcePath) |
<T> T |
getResource(Class<T> resourceClass,
String resourcePath) |
<T> T |
patchResource(Class<T> resourceClass,
String resourcePath,
Object representation) |
<T> T |
postResource(Class<T> resourceClass,
String resourcePath,
Object representation) |
<T> T |
putResource(Class<T> resourceClass,
String resourcePath,
Object representation) |
addRequestHandler, addRequestHandler, beforeMarshalling, configSigner, configSigner, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, endClientExecution, endClientExecution, findRequestMetricCollector, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerRegionOverride, getTimeOffset, isProfilingEnabled, isRequestMetricsEnabled, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shutdown, withEndpoint, withRegion, withRegion, withTimeOffsetpublic HalClient(com.amazonaws.ClientConfiguration clientConfiguration,
String endpoint,
String serviceName,
com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider,
Map<String,Object> resourceCache,
com.amazonaws.http.HttpResponseHandler<com.amazonaws.AmazonServiceException> errorResponseHandler)
Copyright © 2015. All rights reserved.