| Package | Description |
|---|---|
| com.amazonaws.services.logs |
Synchronous and asynchronous client classes for accessing AWSLogs.
|
| com.amazonaws.services.logs.model |
Classes modeling the various types represented by AWSLogs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSLogs.putMetricFilter(PutMetricFilterRequest putMetricFilterRequest)
Creates or updates a metric filter and associates it with the
specified log group.
|
void |
AWSLogsClient.putMetricFilter(PutMetricFilterRequest putMetricFilterRequest)
Creates or updates a metric filter and associates it with the
specified log group.
|
Future<Void> |
AWSLogsAsync.putMetricFilterAsync(PutMetricFilterRequest putMetricFilterRequest)
Creates or updates a metric filter and associates it with the
specified log group.
|
Future<Void> |
AWSLogsAsyncClient.putMetricFilterAsync(PutMetricFilterRequest putMetricFilterRequest)
Creates or updates a metric filter and associates it with the
specified log group.
|
Future<Void> |
AWSLogsAsync.putMetricFilterAsync(PutMetricFilterRequest putMetricFilterRequest,
AsyncHandler<PutMetricFilterRequest,Void> asyncHandler)
Creates or updates a metric filter and associates it with the
specified log group.
|
Future<Void> |
AWSLogsAsyncClient.putMetricFilterAsync(PutMetricFilterRequest putMetricFilterRequest,
AsyncHandler<PutMetricFilterRequest,Void> asyncHandler)
Creates or updates a metric filter and associates it with the
specified log group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AWSLogsAsync.putMetricFilterAsync(PutMetricFilterRequest putMetricFilterRequest,
AsyncHandler<PutMetricFilterRequest,Void> asyncHandler)
Creates or updates a metric filter and associates it with the
specified log group.
|
Future<Void> |
AWSLogsAsyncClient.putMetricFilterAsync(PutMetricFilterRequest putMetricFilterRequest,
AsyncHandler<PutMetricFilterRequest,Void> asyncHandler)
Creates or updates a metric filter and associates it with the
specified log group.
|
| Modifier and Type | Method and Description |
|---|---|
PutMetricFilterRequest |
PutMetricFilterRequest.withFilterName(String filterName)
The name of the metric filter.
|
PutMetricFilterRequest |
PutMetricFilterRequest.withFilterPattern(String filterPattern)
A symbolic description of how Amazon CloudWatch Logs should interpret
the data in each log entry.
|
PutMetricFilterRequest |
PutMetricFilterRequest.withLogGroupName(String logGroupName)
Sets the value of the LogGroupName property for this object.
|
PutMetricFilterRequest |
PutMetricFilterRequest.withMetricTransformations(Collection<MetricTransformation> metricTransformations)
Sets the value of the MetricTransformations property for this object.
|
PutMetricFilterRequest |
PutMetricFilterRequest.withMetricTransformations(MetricTransformation... metricTransformations)
Sets the value of the MetricTransformations property for this object.
|
Copyright © 2015. All rights reserved.