| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights |
|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
default ListComponentsResponse |
ApplicationInsightsClient.listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest)
Lists the auto-grouped, standalone, and custom components of the application.
|
default CompletableFuture<ListComponentsResponse> |
ApplicationInsightsAsyncClient.listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest)
Lists the auto-grouped, standalone, and custom components of the application.
|
default ListComponentsIterable |
ApplicationInsightsClient.listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest)
Lists the auto-grouped, standalone, and custom components of the application.
|
default ListComponentsPublisher |
ApplicationInsightsAsyncClient.listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest)
Lists the auto-grouped, standalone, and custom components of the application.
|
| Modifier and Type | Method and Description |
|---|---|
static ListComponentsRequest.Builder |
ListComponentsRequest.builder() |
ListComponentsRequest.Builder |
ListComponentsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListComponentsRequest.Builder |
ListComponentsRequest.Builder.nextToken(String nextToken)
The token to request the next page of results.
|
ListComponentsRequest.Builder |
ListComponentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListComponentsRequest.Builder |
ListComponentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListComponentsRequest.Builder |
ListComponentsRequest.Builder.resourceGroupName(String resourceGroupName)
The name of the resource group.
|
ListComponentsRequest.Builder |
ListComponentsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListComponentsRequest.Builder> |
ListComponentsRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.