| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.withKey(String key)
A unique identifier for the tag.
|
Tag |
Tag.withValue(String value)
An optional string, typically used to describe or define the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForStreamResult.getTags()
A list of tags associated with
StreamName, starting with
the first tag after ExclusiveStartTagKey and up to the
specified Limit. |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForStreamResult |
ListTagsForStreamResult.withTags(Tag... tags)
A list of tags associated with
StreamName, starting with
the first tag after ExclusiveStartTagKey and up to the
specified Limit. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForStreamResult.setTags(Collection<Tag> tags)
A list of tags associated with
StreamName, starting with
the first tag after ExclusiveStartTagKey and up to the
specified Limit. |
ListTagsForStreamResult |
ListTagsForStreamResult.withTags(Collection<Tag> tags)
A list of tags associated with
StreamName, starting with
the first tag after ExclusiveStartTagKey and up to the
specified Limit. |
Copyright © 2014. All rights reserved.