| Interface | Description |
|---|---|
| ReadableAttributes |
A read-only container for String-keyed attributes.
|
| ReadableKeyValuePairs<V> |
A read-only container for String-keyed attributes.
|
| ReadableKeyValuePairs.KeyValueConsumer<V> |
Used for iterating over the key-value pairs in a key-value pair container, such as
Attributes or Labels. |
| Class | Description |
|---|---|
| Attributes |
An immutable container for attributes.
|
| Attributes.Builder |
Enables the creation of an
Attributes instance with an arbitrary number of key-value
pairs. |
| AttributeValue |
A class that represents all the possible values for an attribute.
|
| Labels |
An immutable container for labels, which are pairs of
String. |
| Labels.Builder |
Enables the creation of an
Labels instance with an arbitrary number of key-value pairs. |
| Enum | Description |
|---|---|
| AttributeValue.Type |
An enum that represents all the possible value types for an
AttributeValue. |