| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights |
|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeComponentConfigurationRecommendationResponse |
ApplicationInsightsClient.describeComponentConfigurationRecommendation(Consumer<DescribeComponentConfigurationRecommendationRequest.Builder> describeComponentConfigurationRecommendationRequest)
Describes the recommended monitoring configuration of the component.
|
default CompletableFuture<DescribeComponentConfigurationRecommendationResponse> |
ApplicationInsightsAsyncClient.describeComponentConfigurationRecommendation(Consumer<DescribeComponentConfigurationRecommendationRequest.Builder> describeComponentConfigurationRecommendationRequest)
Describes the recommended monitoring configuration of the component.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeComponentConfigurationRecommendationRequest.Builder |
DescribeComponentConfigurationRecommendationRequest.builder() |
DescribeComponentConfigurationRecommendationRequest.Builder |
DescribeComponentConfigurationRecommendationRequest.Builder.componentName(String componentName)
The name of the component.
|
DescribeComponentConfigurationRecommendationRequest.Builder |
DescribeComponentConfigurationRecommendationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeComponentConfigurationRecommendationRequest.Builder |
DescribeComponentConfigurationRecommendationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeComponentConfigurationRecommendationRequest.Builder |
DescribeComponentConfigurationRecommendationRequest.Builder.resourceGroupName(String resourceGroupName)
The name of the resource group.
|
DescribeComponentConfigurationRecommendationRequest.Builder |
DescribeComponentConfigurationRecommendationRequest.Builder.tier(String tier)
The tier of the application component.
|
DescribeComponentConfigurationRecommendationRequest.Builder |
DescribeComponentConfigurationRecommendationRequest.Builder.tier(Tier tier)
The tier of the application component.
|
DescribeComponentConfigurationRecommendationRequest.Builder |
DescribeComponentConfigurationRecommendationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeComponentConfigurationRecommendationRequest.Builder> |
DescribeComponentConfigurationRecommendationRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.