| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationEvent |
ConfigurationEvent.clone() |
ConfigurationEvent |
ConfigurationEvent.withAccountId(String accountId)
The AWS account ID for the owner of the application to which the configuration event belongs.
|
ConfigurationEvent |
ConfigurationEvent.withEventDetail(String eventDetail)
The details of the event in plain text.
|
ConfigurationEvent |
ConfigurationEvent.withEventResourceName(String eventResourceName)
The name of the resource Application Insights attempted to configure.
|
ConfigurationEvent |
ConfigurationEvent.withEventResourceType(ConfigurationEventResourceType eventResourceType)
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
|
ConfigurationEvent |
ConfigurationEvent.withEventResourceType(String eventResourceType)
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
|
ConfigurationEvent |
ConfigurationEvent.withEventStatus(ConfigurationEventStatus eventStatus)
The status of the configuration update event.
|
ConfigurationEvent |
ConfigurationEvent.withEventStatus(String eventStatus)
The status of the configuration update event.
|
ConfigurationEvent |
ConfigurationEvent.withEventTime(Date eventTime)
The timestamp of the event.
|
ConfigurationEvent |
ConfigurationEvent.withMonitoredResourceARN(String monitoredResourceARN)
The resource monitored by Application Insights.
|
ConfigurationEvent |
ConfigurationEvent.withResourceGroupName(String resourceGroupName)
The name of the resource group of the application to which the configuration event belongs.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationEvent> |
ListConfigurationHistoryResult.getEventList()
The list of configuration events and their corresponding details.
|
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationHistoryResult |
ListConfigurationHistoryResult.withEventList(ConfigurationEvent... eventList)
The list of configuration events and their corresponding details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConfigurationHistoryResult.setEventList(Collection<ConfigurationEvent> eventList)
The list of configuration events and their corresponding details.
|
ListConfigurationHistoryResult |
ListConfigurationHistoryResult.withEventList(Collection<ConfigurationEvent> eventList)
The list of configuration events and their corresponding details.
|
Copyright © 2024. All rights reserved.