| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights |
|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
ListLogPatternsResult |
AmazonApplicationInsightsClient.listLogPatterns(ListLogPatternsRequest request)
Lists the log patterns in the specific log
LogPatternSet. |
ListLogPatternsResult |
AbstractAmazonApplicationInsights.listLogPatterns(ListLogPatternsRequest request) |
ListLogPatternsResult |
AmazonApplicationInsights.listLogPatterns(ListLogPatternsRequest listLogPatternsRequest)
Lists the log patterns in the specific log
LogPatternSet. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListLogPatternsResult> |
AmazonApplicationInsightsAsyncClient.listLogPatternsAsync(ListLogPatternsRequest request,
AsyncHandler<ListLogPatternsRequest,ListLogPatternsResult> asyncHandler) |
Future<ListLogPatternsResult> |
AmazonApplicationInsightsAsync.listLogPatternsAsync(ListLogPatternsRequest listLogPatternsRequest,
AsyncHandler<ListLogPatternsRequest,ListLogPatternsResult> asyncHandler)
Lists the log patterns in the specific log
LogPatternSet. |
Future<ListLogPatternsResult> |
AbstractAmazonApplicationInsightsAsync.listLogPatternsAsync(ListLogPatternsRequest request,
AsyncHandler<ListLogPatternsRequest,ListLogPatternsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLogPatternsResult |
ListLogPatternsResult.clone() |
ListLogPatternsResult |
ListLogPatternsResult.withAccountId(String accountId)
The AWS account ID for the resource group owner.
|
ListLogPatternsResult |
ListLogPatternsResult.withLogPatterns(Collection<LogPattern> logPatterns)
The list of log patterns.
|
ListLogPatternsResult |
ListLogPatternsResult.withLogPatterns(LogPattern... logPatterns)
The list of log patterns.
|
ListLogPatternsResult |
ListLogPatternsResult.withNextToken(String nextToken)
The token used to retrieve the next page of results.
|
ListLogPatternsResult |
ListLogPatternsResult.withResourceGroupName(String resourceGroupName)
The name of the resource group.
|
Copyright © 2024. All rights reserved.