| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationInfo |
ApplicationInfo.clone() |
ApplicationInfo |
UpdateApplicationResult.getApplicationInfo()
Information about the application.
|
ApplicationInfo |
DescribeApplicationResult.getApplicationInfo()
Information about the application.
|
ApplicationInfo |
CreateApplicationResult.getApplicationInfo()
Information about the application.
|
ApplicationInfo |
ApplicationInfo.withAccountId(String accountId)
The AWS account ID for the owner of the application.
|
ApplicationInfo |
ApplicationInfo.withAttachMissingPermission(Boolean attachMissingPermission)
If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.
|
ApplicationInfo |
ApplicationInfo.withAutoConfigEnabled(Boolean autoConfigEnabled)
Indicates whether auto-configuration is turned on for this application.
|
ApplicationInfo |
ApplicationInfo.withCWEMonitorEnabled(Boolean cWEMonitorEnabled)
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as
instance terminated, failed deployment, and others. |
ApplicationInfo |
ApplicationInfo.withDiscoveryType(DiscoveryType discoveryType)
The method used by Application Insights to onboard your resources.
|
ApplicationInfo |
ApplicationInfo.withDiscoveryType(String discoveryType)
The method used by Application Insights to onboard your resources.
|
ApplicationInfo |
ApplicationInfo.withLifeCycle(String lifeCycle)
The lifecycle of the application.
|
ApplicationInfo |
ApplicationInfo.withOpsCenterEnabled(Boolean opsCenterEnabled)
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for
an application.
|
ApplicationInfo |
ApplicationInfo.withOpsItemSNSTopicArn(String opsItemSNSTopicArn)
The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS
notifications for opsItem updates.
|
ApplicationInfo |
ApplicationInfo.withRemarks(String remarks)
The issues on the user side that block Application Insights from successfully monitoring an application.
|
ApplicationInfo |
ApplicationInfo.withResourceGroupName(String resourceGroupName)
The name of the resource group used for the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationInfo> |
ListApplicationsResult.getApplicationInfoList()
The list of applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateApplicationResult.setApplicationInfo(ApplicationInfo applicationInfo)
Information about the application.
|
void |
DescribeApplicationResult.setApplicationInfo(ApplicationInfo applicationInfo)
Information about the application.
|
void |
CreateApplicationResult.setApplicationInfo(ApplicationInfo applicationInfo)
Information about the application.
|
UpdateApplicationResult |
UpdateApplicationResult.withApplicationInfo(ApplicationInfo applicationInfo)
Information about the application.
|
DescribeApplicationResult |
DescribeApplicationResult.withApplicationInfo(ApplicationInfo applicationInfo)
Information about the application.
|
CreateApplicationResult |
CreateApplicationResult.withApplicationInfo(ApplicationInfo applicationInfo)
Information about the application.
|
ListApplicationsResult |
ListApplicationsResult.withApplicationInfoList(ApplicationInfo... applicationInfoList)
The list of applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationsResult.setApplicationInfoList(Collection<ApplicationInfo> applicationInfoList)
The list of applications.
|
ListApplicationsResult |
ListApplicationsResult.withApplicationInfoList(Collection<ApplicationInfo> applicationInfoList)
The list of applications.
|
Copyright © 2023. All rights reserved.