Uses of Class
software.amazon.awssdk.services.rum.model.PolicyNotFoundException
-
Packages that use PolicyNotFoundException Package Description software.amazon.awssdk.services.rum With Amazon CloudWatch RUM, you can perform real-user monitoring to collect client-side data about your web application performance from actual user sessions in real time. -
-
Uses of PolicyNotFoundException in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum that throw PolicyNotFoundException Modifier and Type Method Description default DeleteResourcePolicyResponseRumClient. deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest)Removes the association of a resource-based policy from an app monitor.default DeleteResourcePolicyResponseRumClient. deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest)Removes the association of a resource-based policy from an app monitor.default GetResourcePolicyResponseRumClient. getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest)Use this operation to retrieve information about a resource-based policy that is attached to an app monitor.default GetResourcePolicyResponseRumClient. getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest)Use this operation to retrieve information about a resource-based policy that is attached to an app monitor.
-