Uses of Class
software.amazon.awssdk.services.applicationinsights.model.UpdateProblemRequest
-
Packages that use UpdateProblemRequest Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.transform -
-
Uses of UpdateProblemRequest in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights with parameters of type UpdateProblemRequest Modifier and Type Method Description default CompletableFuture<UpdateProblemResponse>ApplicationInsightsAsyncClient. updateProblem(UpdateProblemRequest 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. -
Uses of UpdateProblemRequest in software.amazon.awssdk.services.applicationinsights.transform
Methods in software.amazon.awssdk.services.applicationinsights.transform with parameters of type UpdateProblemRequest Modifier and Type Method Description SdkHttpFullRequestUpdateProblemRequestMarshaller. marshall(UpdateProblemRequest updateProblemRequest)
-