T - The type of the root resource.public class HalService<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ROOT_PATH |
| Constructor and Description |
|---|
HalService(String endpoint,
String serviceName,
String regionId,
Class<T> rootClass) |
HalService(String endpoint,
String serviceName,
String regionId,
Class<T> rootClass,
String rootPath) |
| Modifier and Type | Method and Description |
|---|---|
T |
getRootResource() |
void |
setAwsCredentialsProvider(com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider) |
void |
setClientConfiguration(com.amazonaws.ClientConfiguration clientConfiguration) |
void |
setResourceCache(Map<String,Object> resourceCache) |
HalService<T> |
with(com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider) |
HalService<T> |
with(com.amazonaws.ClientConfiguration clientConfiguration) |
HalService<T> |
with(Map<String,Object> resourceCache) |
public static String DEFAULT_ROOT_PATH
public HalService(String endpoint, String serviceName, String regionId, Class<T> rootClass)
public HalService<T> with(com.amazonaws.ClientConfiguration clientConfiguration)
public void setClientConfiguration(com.amazonaws.ClientConfiguration clientConfiguration)
public HalService<T> with(com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider)
public void setAwsCredentialsProvider(com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider)
public HalService<T> with(Map<String,Object> resourceCache)
public T getRootResource()
Copyright © 2014. All rights reserved.