| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesis.model | |
| software.amazon.awssdk.services.kinesis.transform |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForStreamResponse.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 |
|---|---|
ListTagsForStreamResponse.Builder |
ListTagsForStreamResponse.Builder.tags(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 |
|---|---|
ListTagsForStreamResponse.Builder |
ListTagsForStreamResponse.Builder.tags(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 |
TagUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagMarshaller.marshall(Tag tag,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.