Uses of Class
software.amazon.awssdk.services.applicationinsights.model.UpdateProblemResponse
-
Packages that use UpdateProblemResponse Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights -
-
Uses of UpdateProblemResponse in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights that return UpdateProblemResponse Modifier and Type Method Description default UpdateProblemResponseApplicationInsightsClient. updateProblem(Consumer<UpdateProblemRequest.Builder> updateProblemRequest)Updates the visibility of the problem or specifies the problem asRESOLVED.default UpdateProblemResponseApplicationInsightsClient. updateProblem(UpdateProblemRequest updateProblemRequest)Updates the visibility of the problem or specifies the problem asRESOLVED.Methods in software.amazon.awssdk.services.applicationinsights that return types with arguments of type UpdateProblemResponse Modifier and Type Method Description default CompletableFuture<UpdateProblemResponse>ApplicationInsightsAsyncClient. updateProblem(Consumer<UpdateProblemRequest.Builder> updateProblemRequest)Updates the visibility of the problem or specifies the problem asRESOLVED.default CompletableFuture<UpdateProblemResponse>ApplicationInsightsAsyncClient. updateProblem(UpdateProblemRequest updateProblemRequest)Updates the visibility of the problem or specifies the problem asRESOLVED.
-