| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
Classes modeling the various types represented by AWSLogs.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionFilter |
SubscriptionFilter.clone() |
SubscriptionFilter |
SubscriptionFilter.withCreationTime(Long creationTime)
A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.
|
SubscriptionFilter |
SubscriptionFilter.withDestinationArn(String destinationArn)
Sets the value of the DestinationArn property for this object.
|
SubscriptionFilter |
SubscriptionFilter.withFilterName(String filterName)
A name for a metric or subscription filter.
|
SubscriptionFilter |
SubscriptionFilter.withFilterPattern(String filterPattern)
A symbolic description of how Amazon CloudWatch Logs should interpret
the data in each log event.
|
SubscriptionFilter |
SubscriptionFilter.withLogGroupName(String logGroupName)
Sets the value of the LogGroupName property for this object.
|
SubscriptionFilter |
SubscriptionFilter.withRoleArn(String roleArn)
Sets the value of the RoleArn property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionFilter> |
DescribeSubscriptionFiltersResult.getSubscriptionFilters()
Returns the value of the SubscriptionFilters property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSubscriptionFiltersResult |
DescribeSubscriptionFiltersResult.withSubscriptionFilters(SubscriptionFilter... subscriptionFilters)
Sets the value of the SubscriptionFilters property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSubscriptionFiltersResult.setSubscriptionFilters(Collection<SubscriptionFilter> subscriptionFilters)
Sets the value of the SubscriptionFilters property for this object.
|
DescribeSubscriptionFiltersResult |
DescribeSubscriptionFiltersResult.withSubscriptionFilters(Collection<SubscriptionFilter> subscriptionFilters)
Sets the value of the SubscriptionFilters property for this object.
|
Copyright © 2015. All rights reserved.