| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
Entity |
Entity.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
Entity |
Entity.addKeyAttributesEntry(String key,
String value)
Add a single KeyAttributes entry
|
Entity |
Entity.clearAttributesEntries()
Removes all the entries added into Attributes.
|
Entity |
Entity.clearKeyAttributesEntries()
Removes all the entries added into KeyAttributes.
|
Entity |
Entity.clone() |
Entity |
EntityMetricData.getEntity()
The entity associated with the metrics.
|
Entity |
Entity.withAttributes(Map<String,String> attributes)
Additional attributes of the entity that are not used to specify the identity of the entity.
|
Entity |
Entity.withKeyAttributes(Map<String,String> keyAttributes)
The attributes of the entity which identify the specific entity, as a list of key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityMetricData.setEntity(Entity entity)
The entity associated with the metrics.
|
EntityMetricData |
EntityMetricData.withEntity(Entity entity)
The entity associated with the metrics.
|
Copyright © 2025. All rights reserved.