| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights |
|
| software.amazon.awssdk.services.applicationinsights.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListLogPatternSetsResponse |
ApplicationInsightsClient.listLogPatternSets(Consumer<ListLogPatternSetsRequest.Builder> listLogPatternSetsRequest)
Lists the log pattern sets in the specific application.
|
default ListLogPatternSetsResponse |
ApplicationInsightsClient.listLogPatternSets(ListLogPatternSetsRequest listLogPatternSetsRequest)
Lists the log pattern sets in the specific application.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLogPatternSetsResponse> |
ApplicationInsightsAsyncClient.listLogPatternSets(Consumer<ListLogPatternSetsRequest.Builder> listLogPatternSetsRequest)
Lists the log pattern sets in the specific application.
|
default CompletableFuture<ListLogPatternSetsResponse> |
ApplicationInsightsAsyncClient.listLogPatternSets(ListLogPatternSetsRequest listLogPatternSetsRequest)
Lists the log pattern sets in the specific application.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLogPatternSetsResponse> |
ListLogPatternSetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLogPatternSetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLogPatternSetsResponse> subscriber) |
Copyright © 2020. All rights reserved.