| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights |
|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateApplicationResult> |
AmazonApplicationInsightsAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AbstractAmazonApplicationInsightsAsync.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AmazonApplicationInsightsAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Adds an application that is created from a resource group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
CreateApplicationRequest.clone() |
CreateApplicationRequest |
CreateApplicationRequest.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.
|
CreateApplicationRequest |
CreateApplicationRequest.withAutoConfigEnabled(Boolean autoConfigEnabled)
Indicates whether Application Insights automatically configures unmonitored resources in the resource group.
|
CreateApplicationRequest |
CreateApplicationRequest.withAutoCreate(Boolean autoCreate)
Configures all of the resources in the resource group by applying the recommended configurations.
|
CreateApplicationRequest |
CreateApplicationRequest.withCWEMonitorEnabled(Boolean cWEMonitorEnabled)
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as
instance terminated, failed deployment, and others. |
CreateApplicationRequest |
CreateApplicationRequest.withGroupingType(GroupingType groupingType)
Application Insights can create applications based on a resource group or on an account.
|
CreateApplicationRequest |
CreateApplicationRequest.withGroupingType(String groupingType)
Application Insights can create applications based on a resource group or on an account.
|
CreateApplicationRequest |
CreateApplicationRequest.withOpsCenterEnabled(Boolean opsCenterEnabled)
When set to
true, creates opsItems for any problems detected on an application. |
CreateApplicationRequest |
CreateApplicationRequest.withOpsItemSNSTopicArn(String opsItemSNSTopicArn)
The SNS topic provided to Application Insights that is associated to the created opsItem.
|
CreateApplicationRequest |
CreateApplicationRequest.withResourceGroupName(String resourceGroupName)
The name of the resource group.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Collection<Tag> tags)
List of tags to add to the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Tag... tags)
List of tags to add to the application.
|
Copyright © 2024. All rights reserved.