| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateProblemResponse |
ApplicationInsightsClient.updateProblem(Consumer<UpdateProblemRequest.Builder> updateProblemRequest)
Updates the visibility of the problem or specifies the problem as
RESOLVED. |
default UpdateProblemResponse |
ApplicationInsightsClient.updateProblem(UpdateProblemRequest updateProblemRequest)
Updates the visibility of the problem or specifies the problem as
RESOLVED. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateProblemResponse> |
ApplicationInsightsAsyncClient.updateProblem(Consumer<UpdateProblemRequest.Builder> updateProblemRequest)
Updates the visibility of the problem or specifies the problem as
RESOLVED. |
default CompletableFuture<UpdateProblemResponse> |
ApplicationInsightsAsyncClient.updateProblem(UpdateProblemRequest updateProblemRequest)
Updates the visibility of the problem or specifies the problem as
RESOLVED. |
Copyright © 2023. All rights reserved.