| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights |
|
| software.amazon.awssdk.services.applicationinsights.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListLogPatternsResponse |
ApplicationInsightsClient.listLogPatterns(Consumer<ListLogPatternsRequest.Builder> listLogPatternsRequest)
Lists the log patterns in the specific log
LogPatternSet. |
default ListLogPatternsResponse |
ApplicationInsightsClient.listLogPatterns(ListLogPatternsRequest listLogPatternsRequest)
Lists the log patterns in the specific log
LogPatternSet. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLogPatternsResponse> |
ApplicationInsightsAsyncClient.listLogPatterns(Consumer<ListLogPatternsRequest.Builder> listLogPatternsRequest)
Lists the log patterns in the specific log
LogPatternSet. |
default CompletableFuture<ListLogPatternsResponse> |
ApplicationInsightsAsyncClient.listLogPatterns(ListLogPatternsRequest listLogPatternsRequest)
Lists the log patterns in the specific log
LogPatternSet. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLogPatternsResponse> |
ListLogPatternsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLogPatternsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLogPatternsResponse> subscriber) |
Copyright © 2020. All rights reserved.