| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
static Visibility |
Visibility.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Visibility |
Visibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Visibility[] |
Visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Visibility |
ListProblemsRequest.visibility()
Specifies whether or not you can view the problem.
|
Visibility |
Problem.visibility()
Specifies whether or not you can view the problem.
|
Visibility |
UpdateProblemRequest.visibility()
The visibility of a problem.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Visibility> |
Visibility.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListProblemsRequest.Builder |
ListProblemsRequest.Builder.visibility(Visibility visibility)
Specifies whether or not you can view the problem.
|
Problem.Builder |
Problem.Builder.visibility(Visibility visibility)
Specifies whether or not you can view the problem.
|
UpdateProblemRequest.Builder |
UpdateProblemRequest.Builder.visibility(Visibility visibility)
The visibility of a problem.
|
Copyright © 2023. All rights reserved.