| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights |
|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResult |
AmazonApplicationInsightsClient.listComponents(ListComponentsRequest request)
Lists the auto-grouped, standalone, and custom components of the application.
|
ListComponentsResult |
AmazonApplicationInsights.listComponents(ListComponentsRequest listComponentsRequest)
Lists the auto-grouped, standalone, and custom components of the application.
|
ListComponentsResult |
AbstractAmazonApplicationInsights.listComponents(ListComponentsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListComponentsResult> |
AbstractAmazonApplicationInsightsAsync.listComponentsAsync(ListComponentsRequest request) |
Future<ListComponentsResult> |
AmazonApplicationInsightsAsync.listComponentsAsync(ListComponentsRequest listComponentsRequest)
Lists the auto-grouped, standalone, and custom components of the application.
|
Future<ListComponentsResult> |
AmazonApplicationInsightsAsyncClient.listComponentsAsync(ListComponentsRequest request) |
Future<ListComponentsResult> |
AbstractAmazonApplicationInsightsAsync.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
Future<ListComponentsResult> |
AmazonApplicationInsightsAsync.listComponentsAsync(ListComponentsRequest listComponentsRequest,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler)
Lists the auto-grouped, standalone, and custom components of the application.
|
Future<ListComponentsResult> |
AmazonApplicationInsightsAsyncClient.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListComponentsResult> |
AbstractAmazonApplicationInsightsAsync.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
Future<ListComponentsResult> |
AmazonApplicationInsightsAsync.listComponentsAsync(ListComponentsRequest listComponentsRequest,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler)
Lists the auto-grouped, standalone, and custom components of the application.
|
Future<ListComponentsResult> |
AmazonApplicationInsightsAsyncClient.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResult |
ListComponentsResult.clone() |
ListComponentsResult |
ListComponentsResult.withApplicationComponentList(ApplicationComponent... applicationComponentList)
The list of application components.
|
ListComponentsResult |
ListComponentsResult.withApplicationComponentList(Collection<ApplicationComponent> applicationComponentList)
The list of application components.
|
ListComponentsResult |
ListComponentsResult.withNextToken(String nextToken)
The token to request the next page of results.
|
Copyright © 2020. All rights reserved.