| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights |
|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<CreateApplicationResult> |
AmazonApplicationInsightsAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
CreateApplicationRequest.clone() |
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.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 © 2020. All rights reserved.