| Package | Description |
|---|---|
| com.amazonaws.services.prometheus |
Amazon Managed Service for Prometheus
|
| 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)
Update a rule groups namespace.
|
Future<PutRuleGroupsNamespaceResult> |
AmazonPrometheusAsyncClient.putRuleGroupsNamespaceAsync(PutRuleGroupsNamespaceRequest request,
AsyncHandler<PutRuleGroupsNamespaceRequest,PutRuleGroupsNamespaceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutRuleGroupsNamespaceRequest |
PutRuleGroupsNamespaceRequest.clone() |
PutRuleGroupsNamespaceRequest |
PutRuleGroupsNamespaceRequest.withClientToken(String clientToken)
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
|
PutRuleGroupsNamespaceRequest |
PutRuleGroupsNamespaceRequest.withData(ByteBuffer data)
The namespace data that define the rule groups.
|
PutRuleGroupsNamespaceRequest |
PutRuleGroupsNamespaceRequest.withName(String name)
The rule groups namespace name.
|
PutRuleGroupsNamespaceRequest |
PutRuleGroupsNamespaceRequest.withWorkspaceId(String workspaceId)
The ID of the workspace in which to update the rule group namespace.
|
Copyright © 2024. All rights reserved.