| 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 ListProblemsResponse |
ApplicationInsightsClient.listProblems(ListProblemsRequest listProblemsRequest)
Lists the problems with your application.
|
default CompletableFuture<ListProblemsResponse> |
ApplicationInsightsAsyncClient.listProblems(ListProblemsRequest listProblemsRequest)
Lists the problems with your application.
|
default ListProblemsIterable |
ApplicationInsightsClient.listProblemsPaginator(ListProblemsRequest listProblemsRequest)
Lists the problems with your application.
|
default ListProblemsPublisher |
ApplicationInsightsAsyncClient.listProblemsPaginator(ListProblemsRequest listProblemsRequest)
Lists the problems with your application.
|
| Constructor and Description |
|---|
ListProblemsIterable(ApplicationInsightsClient client,
ListProblemsRequest firstRequest) |
ListProblemsPublisher(ApplicationInsightsAsyncClient client,
ListProblemsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListProblemsRequestMarshaller.marshall(ListProblemsRequest listProblemsRequest) |
Copyright © 2020. All rights reserved.