| Package | Description |
|---|---|
| com.amazonaws.services.prometheus |
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.
|
| com.amazonaws.services.prometheus.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutRuleGroupsNamespaceResult> |
AbstractAmazonPrometheusAsync.putRuleGroupsNamespaceAsync(PutRuleGroupsNamespaceRequest request,
AsyncHandler<PutRuleGroupsNamespaceRequest,PutRuleGroupsNamespaceResult> asyncHandler) |
Future<PutRuleGroupsNamespaceResult> |
AmazonPrometheusAsync.putRuleGroupsNamespaceAsync(PutRuleGroupsNamespaceRequest putRuleGroupsNamespaceRequest,
AsyncHandler<PutRuleGroupsNamespaceRequest,PutRuleGroupsNamespaceResult> asyncHandler)
Updates an existing rule groups namespace within a workspace.
|
Future<PutRuleGroupsNamespaceResult> |
AmazonPrometheusAsyncClient.putRuleGroupsNamespaceAsync(PutRuleGroupsNamespaceRequest request,
AsyncHandler<PutRuleGroupsNamespaceRequest,PutRuleGroupsNamespaceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutRuleGroupsNamespaceRequest |
PutRuleGroupsNamespaceRequest.clone() |
PutRuleGroupsNamespaceRequest |
PutRuleGroupsNamespaceRequest.withClientToken(String clientToken)
A unique identifier that you can provide to ensure the idempotency of the request.
|
PutRuleGroupsNamespaceRequest |
PutRuleGroupsNamespaceRequest.withData(ByteBuffer data)
The new rules file to use in the namespace.
|
PutRuleGroupsNamespaceRequest |
PutRuleGroupsNamespaceRequest.withName(String name)
The name of the rule groups namespace that you are updating.
|
PutRuleGroupsNamespaceRequest |
PutRuleGroupsNamespaceRequest.withWorkspaceId(String workspaceId)
The ID of the workspace where you are updating the rule groups namespace.
|
Copyright © 2024. All rights reserved.