Uses of Class
software.amazon.awssdk.services.amp.model.PutRuleGroupsNamespaceResponse
-
Packages that use PutRuleGroupsNamespaceResponse Package Description software.amazon.awssdk.services.amp Amazon Managed Service for Prometheus is a serverless, Prometheus-compatible monitoring service for container metrics that makes it easier to securely monitor container environments at scale. -
-
Uses of PutRuleGroupsNamespaceResponse in software.amazon.awssdk.services.amp
Methods in software.amazon.awssdk.services.amp that return PutRuleGroupsNamespaceResponse Modifier and Type Method Description default PutRuleGroupsNamespaceResponseAmpClient. putRuleGroupsNamespace(Consumer<PutRuleGroupsNamespaceRequest.Builder> putRuleGroupsNamespaceRequest)Updates an existing rule groups namespace within a workspace.default PutRuleGroupsNamespaceResponseAmpClient. putRuleGroupsNamespace(PutRuleGroupsNamespaceRequest putRuleGroupsNamespaceRequest)Updates an existing rule groups namespace within a workspace.Methods in software.amazon.awssdk.services.amp that return types with arguments of type PutRuleGroupsNamespaceResponse Modifier and Type Method Description default CompletableFuture<PutRuleGroupsNamespaceResponse>AmpAsyncClient. putRuleGroupsNamespace(Consumer<PutRuleGroupsNamespaceRequest.Builder> putRuleGroupsNamespaceRequest)Updates an existing rule groups namespace within a workspace.default CompletableFuture<PutRuleGroupsNamespaceResponse>AmpAsyncClient. putRuleGroupsNamespace(PutRuleGroupsNamespaceRequest putRuleGroupsNamespaceRequest)Updates an existing rule groups namespace within a workspace.
-