Uses of Class
software.amazon.awssdk.services.rum.model.GetResourcePolicyResponse
-
Packages that use GetResourcePolicyResponse 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 GetResourcePolicyResponse in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum that return GetResourcePolicyResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.rum that return types with arguments of type GetResourcePolicyResponse Modifier and Type Method Description default CompletableFuture<GetResourcePolicyResponse>RumAsyncClient. getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest)Use this operation to retrieve information about a resource-based policy that is attached to an app monitor.default CompletableFuture<GetResourcePolicyResponse>RumAsyncClient. getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest)Use this operation to retrieve information about a resource-based policy that is attached to an app monitor.
-