| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights |
|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateComponentConfigurationResponse |
ApplicationInsightsClient.updateComponentConfiguration(Consumer<UpdateComponentConfigurationRequest.Builder> updateComponentConfigurationRequest)
Updates the monitoring configurations for the component.
|
default CompletableFuture<UpdateComponentConfigurationResponse> |
ApplicationInsightsAsyncClient.updateComponentConfiguration(Consumer<UpdateComponentConfigurationRequest.Builder> updateComponentConfigurationRequest)
Updates the monitoring configurations for the component.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateComponentConfigurationRequest.Builder |
UpdateComponentConfigurationRequest.builder() |
UpdateComponentConfigurationRequest.Builder |
UpdateComponentConfigurationRequest.Builder.componentConfiguration(String componentConfiguration)
The configuration settings of the component.
|
UpdateComponentConfigurationRequest.Builder |
UpdateComponentConfigurationRequest.Builder.componentName(String componentName)
The name of the component.
|
UpdateComponentConfigurationRequest.Builder |
UpdateComponentConfigurationRequest.Builder.monitor(Boolean monitor)
Indicates whether the application component is monitored.
|
UpdateComponentConfigurationRequest.Builder |
UpdateComponentConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateComponentConfigurationRequest.Builder |
UpdateComponentConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateComponentConfigurationRequest.Builder |
UpdateComponentConfigurationRequest.Builder.resourceGroupName(String resourceGroupName)
The name of the resource group.
|
UpdateComponentConfigurationRequest.Builder |
UpdateComponentConfigurationRequest.Builder.tier(String tier)
The tier of the application component.
|
UpdateComponentConfigurationRequest.Builder |
UpdateComponentConfigurationRequest.Builder.tier(Tier tier)
The tier of the application component.
|
UpdateComponentConfigurationRequest.Builder |
UpdateComponentConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateComponentConfigurationRequest.Builder> |
UpdateComponentConfigurationRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.