Uses of Class
software.amazon.awssdk.services.applicationinsights.model.Visibility
-
Packages that use Visibility Package Description software.amazon.awssdk.services.applicationinsights.model -
-
Uses of Visibility in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return Visibility Modifier and Type Method Description static VisibilityVisibility. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VisibilityVisibility. 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.VisibilityListProblemsRequest. visibility()Specifies whether or not you can view the problem.VisibilityProblem. visibility()Specifies whether or not you can view the problem.VisibilityUpdateProblemRequest. visibility()The visibility of a problem.Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type Visibility Modifier and Type Method Description static Set<Visibility>Visibility. knownValues()Methods in software.amazon.awssdk.services.applicationinsights.model with parameters of type Visibility Modifier and Type Method Description ListProblemsRequest.BuilderListProblemsRequest.Builder. visibility(Visibility visibility)Specifies whether or not you can view the problem.Problem.BuilderProblem.Builder. visibility(Visibility visibility)Specifies whether or not you can view the problem.UpdateProblemRequest.BuilderUpdateProblemRequest.Builder. visibility(Visibility visibility)The visibility of a problem.
-