| 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 |
AbstractAmazonApplicationInsights.listComponents(ListComponentsRequest request) |
ListComponentsResult |
AmazonApplicationInsights.listComponents(ListComponentsRequest listComponentsRequest)
Lists the auto-grouped, standalone, and custom components of the application.
|
Future<ListComponentsResult> |
AbstractAmazonApplicationInsightsAsync.listComponentsAsync(ListComponentsRequest request) |
Future<ListComponentsResult> |
AmazonApplicationInsightsAsyncClient.listComponentsAsync(ListComponentsRequest request) |
Future<ListComponentsResult> |
AmazonApplicationInsightsAsync.listComponentsAsync(ListComponentsRequest listComponentsRequest)
Lists the auto-grouped, standalone, and custom components of the application.
|
Future<ListComponentsResult> |
AbstractAmazonApplicationInsightsAsync.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
Future<ListComponentsResult> |
AmazonApplicationInsightsAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListComponentsResult> |
AbstractAmazonApplicationInsightsAsync.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
Future<ListComponentsResult> |
AmazonApplicationInsightsAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsRequest |
ListComponentsRequest.clone() |
ListComponentsRequest |
ListComponentsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListComponentsRequest |
ListComponentsRequest.withNextToken(String nextToken)
The token to request the next page of results.
|
ListComponentsRequest |
ListComponentsRequest.withResourceGroupName(String resourceGroupName)
The name of the resource group.
|
Copyright © 2021. All rights reserved.