| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationInfo.Builder |
ApplicationInfo.builder() |
ApplicationInfo.Builder |
ApplicationInfo.Builder.cweMonitorEnabled(Boolean cweMonitorEnabled)
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as
instance terminated, failed deployment, and others. |
ApplicationInfo.Builder |
ApplicationInfo.Builder.lifeCycle(String lifeCycle)
The lifecycle of the application.
|
ApplicationInfo.Builder |
ApplicationInfo.Builder.opsCenterEnabled(Boolean opsCenterEnabled)
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights
for an application.
|
ApplicationInfo.Builder |
ApplicationInfo.Builder.opsItemSNSTopicArn(String opsItemSNSTopicArn)
The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS
notifications for opsItem updates.
|
ApplicationInfo.Builder |
ApplicationInfo.Builder.remarks(String remarks)
The issues on the user side that block Application Insights from successfully monitoring an application.
|
ApplicationInfo.Builder |
ApplicationInfo.Builder.resourceGroupName(String resourceGroupName)
The name of the resource group used for the application.
|
ApplicationInfo.Builder |
ApplicationInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApplicationInfo.Builder> |
ApplicationInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.applicationInfo(Consumer<ApplicationInfo.Builder> applicationInfo)
Information about the application.
|
default CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.applicationInfo(Consumer<ApplicationInfo.Builder> applicationInfo)
Information about the application.
|
default DescribeApplicationResponse.Builder |
DescribeApplicationResponse.Builder.applicationInfo(Consumer<ApplicationInfo.Builder> applicationInfo)
Information about the application.
|
Copyright © 2020. All rights reserved.