| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights |
|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateApplicationResult> |
AbstractAmazonApplicationInsightsAsync.updateApplicationAsync(UpdateApplicationRequest request,
AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler) |
Future<UpdateApplicationResult> |
AmazonApplicationInsightsAsyncClient.updateApplicationAsync(UpdateApplicationRequest request,
AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler) |
Future<UpdateApplicationResult> |
AmazonApplicationInsightsAsync.updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest,
AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
Updates the application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationRequest |
UpdateApplicationRequest.clone() |
UpdateApplicationRequest |
UpdateApplicationRequest.withCWEMonitorEnabled(Boolean cWEMonitorEnabled)
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as
instance terminated, failed deployment, and others. |
UpdateApplicationRequest |
UpdateApplicationRequest.withOpsCenterEnabled(Boolean opsCenterEnabled)
When set to
true, creates opsItems for any problems detected on an application. |
UpdateApplicationRequest |
UpdateApplicationRequest.withOpsItemSNSTopicArn(String opsItemSNSTopicArn)
The SNS topic provided to Application Insights that is associated to the created opsItem.
|
UpdateApplicationRequest |
UpdateApplicationRequest.withRemoveSNSTopic(Boolean removeSNSTopic)
Disassociates the SNS topic from the opsItem created for detected problems.
|
UpdateApplicationRequest |
UpdateApplicationRequest.withResourceGroupName(String resourceGroupName)
The name of the resource group.
|
Copyright © 2021. All rights reserved.