Uses of Class
software.amazon.awssdk.services.rum.model.PutResourcePolicyResponse
-
Packages that use PutResourcePolicyResponse 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 PutResourcePolicyResponse in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum that return PutResourcePolicyResponse Modifier and Type Method Description default PutResourcePolicyResponseRumClient. putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest)Use this operation to assign a resource-based policy to a CloudWatch RUM app monitor to control access to it.default PutResourcePolicyResponseRumClient. putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest)Use this operation to assign a resource-based policy to a CloudWatch RUM app monitor to control access to it.Methods in software.amazon.awssdk.services.rum that return types with arguments of type PutResourcePolicyResponse Modifier and Type Method Description default CompletableFuture<PutResourcePolicyResponse>RumAsyncClient. putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest)Use this operation to assign a resource-based policy to a CloudWatch RUM app monitor to control access to it.default CompletableFuture<PutResourcePolicyResponse>RumAsyncClient. putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest)Use this operation to assign a resource-based policy to a CloudWatch RUM app monitor to control access to it.
-