Example usage for com.amazonaws.services.logs AWSLogsClient AWSLogsClient

List of usage examples for com.amazonaws.services.logs AWSLogsClient AWSLogsClient

Introduction

In this page you can find the example usage for com.amazonaws.services.logs AWSLogsClient AWSLogsClient.

Prototype

AWSLogsClient(AwsSyncClientParams clientParams, boolean endpointDiscoveryEnabled) 

Source Link

Document

Constructs a new client to invoke service methods on Amazon CloudWatch Logs using the specified parameters.

Usage

From source file:AWSClientFactory.java

License:Open Source License

public AWSLogsClient getCloudWatchLogsClient() throws InvalidInputException {
    return new AWSLogsClient(awsCredentials, clientConfig);
}