| 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 |
|---|---|
CreateRuleGroupsNamespaceResult |
AbstractAmazonPrometheus.createRuleGroupsNamespace(CreateRuleGroupsNamespaceRequest request) |
CreateRuleGroupsNamespaceResult |
AmazonPrometheus.createRuleGroupsNamespace(CreateRuleGroupsNamespaceRequest createRuleGroupsNamespaceRequest)
The
CreateRuleGroupsNamespace operation creates a rule groups namespace within a workspace. |
CreateRuleGroupsNamespaceResult |
AmazonPrometheusClient.createRuleGroupsNamespace(CreateRuleGroupsNamespaceRequest request)
The
CreateRuleGroupsNamespace operation creates a rule groups namespace within a workspace. |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRuleGroupsNamespaceResult> |
AbstractAmazonPrometheusAsync.createRuleGroupsNamespaceAsync(CreateRuleGroupsNamespaceRequest request,
AsyncHandler<CreateRuleGroupsNamespaceRequest,CreateRuleGroupsNamespaceResult> asyncHandler) |
Future<CreateRuleGroupsNamespaceResult> |
AmazonPrometheusAsync.createRuleGroupsNamespaceAsync(CreateRuleGroupsNamespaceRequest createRuleGroupsNamespaceRequest,
AsyncHandler<CreateRuleGroupsNamespaceRequest,CreateRuleGroupsNamespaceResult> asyncHandler)
The
CreateRuleGroupsNamespace operation creates a rule groups namespace within a workspace. |
Future<CreateRuleGroupsNamespaceResult> |
AmazonPrometheusAsyncClient.createRuleGroupsNamespaceAsync(CreateRuleGroupsNamespaceRequest request,
AsyncHandler<CreateRuleGroupsNamespaceRequest,CreateRuleGroupsNamespaceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateRuleGroupsNamespaceResult |
CreateRuleGroupsNamespaceResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateRuleGroupsNamespaceResult |
CreateRuleGroupsNamespaceResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateRuleGroupsNamespaceResult |
CreateRuleGroupsNamespaceResult.clone() |
CreateRuleGroupsNamespaceResult |
CreateRuleGroupsNamespaceResult.withArn(String arn)
The Amazon Resource Name (ARN) of the new rule groups namespace.
|
CreateRuleGroupsNamespaceResult |
CreateRuleGroupsNamespaceResult.withName(String name)
The name of the new rule groups namespace.
|
CreateRuleGroupsNamespaceResult |
CreateRuleGroupsNamespaceResult.withStatus(RuleGroupsNamespaceStatus status)
A structure that returns the current status of the rule groups namespace.
|
CreateRuleGroupsNamespaceResult |
CreateRuleGroupsNamespaceResult.withTags(Map<String,String> tags)
The list of tag keys and values that are associated with the namespace.
|
Copyright © 2024. All rights reserved.