Package | Description |
---|---|
com.amazonaws.services.kinesis.model | |
com.amazonaws.services.kinesis.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
ListTagsForStreamResult.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 |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
A unique identifier for the tag.
|
Tag |
Tag.withValue(java.lang.String value)
An optional string, typically used to describe or define the tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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(java.util.Collection<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 |
---|---|
Tag |
TagJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TagJsonMarshaller.marshall(Tag tag,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|