| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
Problem |
Problem.addFeedbackEntry(String key,
String value) |
Problem |
Problem.clearFeedbackEntries()
Removes all the entries added into Feedback.
|
Problem |
Problem.clone() |
Problem |
DescribeProblemResult.getProblem()
Information about the problem.
|
Problem |
Problem.withAffectedResource(String affectedResource)
The resource affected by the problem.
|
Problem |
Problem.withEndTime(Date endTime)
The time when the problem ended, in epoch seconds.
|
Problem |
Problem.withFeedback(Map<String,String> feedback)
Feedback provided by the user about the problem.
|
Problem |
Problem.withId(String id)
The ID of the problem.
|
Problem |
Problem.withInsights(String insights)
A detailed analysis of the problem using machine learning.
|
Problem |
Problem.withResourceGroupName(String resourceGroupName)
The name of the resource group affected by the problem.
|
Problem |
Problem.withSeverityLevel(SeverityLevel severityLevel)
A measure of the level of impact of the problem.
|
Problem |
Problem.withSeverityLevel(String severityLevel)
A measure of the level of impact of the problem.
|
Problem |
Problem.withStartTime(Date startTime)
The time when the problem started, in epoch seconds.
|
Problem |
Problem.withStatus(Status status)
The status of the problem.
|
Problem |
Problem.withStatus(String status)
The status of the problem.
|
Problem |
Problem.withTitle(String title)
The name of the problem.
|
| Modifier and Type | Method and Description |
|---|---|
List<Problem> |
ListProblemsResult.getProblemList()
The list of problems.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProblemResult.setProblem(Problem problem)
Information about the problem.
|
DescribeProblemResult |
DescribeProblemResult.withProblem(Problem problem)
Information about the problem.
|
ListProblemsResult |
ListProblemsResult.withProblemList(Problem... problemList)
The list of problems.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProblemsResult.setProblemList(Collection<Problem> problemList)
The list of problems.
|
ListProblemsResult |
ListProblemsResult.withProblemList(Collection<Problem> problemList)
The list of problems.
|
Copyright © 2019. All rights reserved.