public class AWSClientFactory extends Object
| Constructor and Description |
|---|
AWSClientFactory(com.amazonaws.auth.AWSCredentialsProvider creds,
com.amazonaws.ClientConfiguration clientConfiguration,
String region) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getEndpointFor(ServiceEndpointFormatter formatter) |
<T> T |
getService(Class<T> serviceClazz) |
public AWSClientFactory(com.amazonaws.auth.AWSCredentialsProvider creds,
com.amazonaws.ClientConfiguration clientConfiguration,
String region)
public <T> T getService(Class<T> serviceClazz) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException, InstantiationException
protected String getEndpointFor(ServiceEndpointFormatter formatter)
Copyright © 2011-2015 ingenieux. All Rights Reserved.