| 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 ListComponentsResponse |
ApplicationInsightsClient.listComponents(ListComponentsRequest listComponentsRequest)
Lists the auto-grouped, standalone, and custom components of the application.
|
default CompletableFuture<ListComponentsResponse> |
ApplicationInsightsAsyncClient.listComponents(ListComponentsRequest listComponentsRequest)
Lists the auto-grouped, standalone, and custom components of the application.
|
default ListComponentsIterable |
ApplicationInsightsClient.listComponentsPaginator(ListComponentsRequest listComponentsRequest)
Lists the auto-grouped, standalone, and custom components of the application.
|
default ListComponentsPublisher |
ApplicationInsightsAsyncClient.listComponentsPaginator(ListComponentsRequest listComponentsRequest)
Lists the auto-grouped, standalone, and custom components of the application.
|
| Constructor and Description |
|---|
ListComponentsIterable(ApplicationInsightsClient client,
ListComponentsRequest firstRequest) |
ListComponentsPublisher(ApplicationInsightsAsyncClient client,
ListComponentsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListComponentsRequestMarshaller.marshall(ListComponentsRequest listComponentsRequest) |
Copyright © 2020. All rights reserved.