| 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 Amazon Resource Name (ARN) of this rule groups namespace.
|
RuleGroupsNamespaceSummary |
RuleGroupsNamespaceSummary.withCreatedAt(Date createdAt)
The time when the rule groups namespace was created.
|
RuleGroupsNamespaceSummary |
RuleGroupsNamespaceSummary.withModifiedAt(Date modifiedAt)
The time when the rule groups namespace was modified.
|
RuleGroupsNamespaceSummary |
RuleGroupsNamespaceSummary.withName(String name)
The rule groups namespace name.
|
RuleGroupsNamespaceSummary |
RuleGroupsNamespaceSummary.withStatus(RuleGroupsNamespaceStatus status)
The status of rule groups namespace.
|
RuleGroupsNamespaceSummary |
RuleGroupsNamespaceSummary.withTags(Map<String,String> tags)
The tags of this rule groups namespace.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleGroupsNamespaceSummary> |
ListRuleGroupsNamespacesResult.getRuleGroupsNamespaces()
The list of the selected rule groups namespaces.
|
| Modifier and Type | Method and Description |
|---|---|
ListRuleGroupsNamespacesResult |
ListRuleGroupsNamespacesResult.withRuleGroupsNamespaces(RuleGroupsNamespaceSummary... ruleGroupsNamespaces)
The list of the selected rule groups namespaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRuleGroupsNamespacesResult.setRuleGroupsNamespaces(Collection<RuleGroupsNamespaceSummary> ruleGroupsNamespaces)
The list of the selected rule groups namespaces.
|
ListRuleGroupsNamespacesResult |
ListRuleGroupsNamespacesResult.withRuleGroupsNamespaces(Collection<RuleGroupsNamespaceSummary> ruleGroupsNamespaces)
The list of the selected rule groups namespaces.
|
Copyright © 2022. All rights reserved.