public interface AWSClientFactory<T extends AmazonWebServiceClient>
AmazonWebServiceClient| Modifier and Type | Method and Description |
|---|---|
T |
getClient(java.lang.String url)
Returns the instance of the
AmazonWebServiceClient with the apropriate endpoint value
set based on the provided url value |
T getClient(java.lang.String url)
AmazonWebServiceClient with the apropriate endpoint value
set based on the provided url valueurl - The url of the serviceAmazonWebServiceClient for the provided endpoint URL