| Package | Description |
|---|---|
| com.amazonaws.services.prometheus.model |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupsNamespaceSummary |
RuleGroupsNamespaceSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
RuleGroupsNamespaceSummary |
RuleGroupsNamespaceSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
RuleGroupsNamespaceSummary |
RuleGroupsNamespaceSummary.clone() |
RuleGroupsNamespaceSummary |
RuleGroupsNamespaceSummary.withArn(String arn)
The ARN of the rule groups namespace.
|
RuleGroupsNamespaceSummary |
RuleGroupsNamespaceSummary.withCreatedAt(Date createdAt)
The date and time that the rule groups namespace was created.
|
RuleGroupsNamespaceSummary |
RuleGroupsNamespaceSummary.withModifiedAt(Date modifiedAt)
The date and time that the rule groups namespace was most recently changed.
|
RuleGroupsNamespaceSummary |
RuleGroupsNamespaceSummary.withName(String name)
The name of the rule groups namespace.
|
RuleGroupsNamespaceSummary |
RuleGroupsNamespaceSummary.withStatus(RuleGroupsNamespaceStatus status)
A structure that displays the current status of the rule groups namespace.
|
RuleGroupsNamespaceSummary |
RuleGroupsNamespaceSummary.withTags(Map<String,String> tags)
The list of tag keys and values that are associated with the rule groups namespace.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleGroupsNamespaceSummary> |
ListRuleGroupsNamespacesResult.getRuleGroupsNamespaces()
The returned list of rule groups namespaces.
|
| Modifier and Type | Method and Description |
|---|---|
ListRuleGroupsNamespacesResult |
ListRuleGroupsNamespacesResult.withRuleGroupsNamespaces(RuleGroupsNamespaceSummary... ruleGroupsNamespaces)
The returned list of rule groups namespaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRuleGroupsNamespacesResult.setRuleGroupsNamespaces(Collection<RuleGroupsNamespaceSummary> ruleGroupsNamespaces)
The returned list of rule groups namespaces.
|
ListRuleGroupsNamespacesResult |
ListRuleGroupsNamespacesResult.withRuleGroupsNamespaces(Collection<RuleGroupsNamespaceSummary> ruleGroupsNamespaces)
The returned list of rule groups namespaces.
|
Copyright © 2024. All rights reserved.