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 |
|---|---|
<T extends com.amazonaws.AmazonWebServiceClient> |
getService(Class<T> serviceClazz) |
public AWSClientFactory(com.amazonaws.auth.AWSCredentialsProvider creds,
com.amazonaws.ClientConfiguration clientConfiguration,
String region)
public <T extends com.amazonaws.AmazonWebServiceClient> T getService(Class<T> serviceClazz) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException, InstantiationException
Copyright © 2011–2019 ingenieux. All rights reserved.