| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
Problem |
DescribeProblemResponse.problem()
Information about the problem.
|
| Modifier and Type | Method and Description |
|---|---|
List<Problem> |
ListProblemsResponse.problemList()
The list of problems.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProblemResponse.Builder |
DescribeProblemResponse.Builder.problem(Problem problem)
Information about the problem.
|
ListProblemsResponse.Builder |
ListProblemsResponse.Builder.problemList(Problem... problemList)
The list of problems.
|
| Modifier and Type | Method and Description |
|---|---|
ListProblemsResponse.Builder |
ListProblemsResponse.Builder.problemList(Collection<Problem> problemList)
The list of problems.
|
Copyright © 2020. All rights reserved.