| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
Problem |
Problem.addFeedbackEntry(String key,
String value)
Add a single Feedback entry
|
Problem |
Problem.clearFeedbackEntries()
Removes all the entries added into Feedback.
|
Problem |
Problem.clone() |
Problem |
DescribeProblemResult.getProblem()
Information about the problem.
|
Problem |
Problem.withAccountId(String accountId)
The AWS account ID for the owner of the resource group affected by 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.withLastRecurrenceTime(Date lastRecurrenceTime)
The last time that the problem reoccurred after its last resolution.
|
Problem |
Problem.withRecurringCount(Long recurringCount)
The number of times that the same problem reoccurred after the first time it was resolved.
|
Problem |
Problem.withResolutionMethod(ResolutionMethod resolutionMethod)
Specifies how the problem was resolved.
|
Problem |
Problem.withResolutionMethod(String resolutionMethod)
Specifies how the problem was resolved.
|
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.
|
Problem |
Problem.withVisibility(String visibility)
Specifies whether or not you can view the problem.
|
Problem |
Problem.withVisibility(Visibility visibility)
Specifies whether or not you can view 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 © 2023. All rights reserved.