| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights |
|
| software.amazon.awssdk.services.applicationinsights.paginators | |
| software.amazon.awssdk.services.applicationinsights.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListLogPatternSetsResponse |
ApplicationInsightsClient.listLogPatternSets(ListLogPatternSetsRequest 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.
|
default ListLogPatternSetsIterable |
ApplicationInsightsClient.listLogPatternSetsPaginator(ListLogPatternSetsRequest listLogPatternSetsRequest)
Lists the log pattern sets in the specific application.
|
default ListLogPatternSetsPublisher |
ApplicationInsightsAsyncClient.listLogPatternSetsPaginator(ListLogPatternSetsRequest listLogPatternSetsRequest)
Lists the log pattern sets in the specific application.
|
| Constructor and Description |
|---|
ListLogPatternSetsIterable(ApplicationInsightsClient client,
ListLogPatternSetsRequest firstRequest) |
ListLogPatternSetsPublisher(ApplicationInsightsAsyncClient client,
ListLogPatternSetsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListLogPatternSetsRequestMarshaller.marshall(ListLogPatternSetsRequest listLogPatternSetsRequest) |
Copyright © 2020. All rights reserved.