List of usage examples for com.amazonaws.services.logs AWSLogsClient AWSLogsClient
AWSLogsClient(AwsSyncClientParams clientParams, boolean endpointDiscoveryEnabled)
From source file:AWSClientFactory.java
License:Open Source License
public AWSLogsClient getCloudWatchLogsClient() throws InvalidInputException { return new AWSLogsClient(awsCredentials, clientConfig); }