| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph.model | |
| software.amazon.awssdk.services.iotthingsgraph.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateSystemInstanceRequest.tags()
Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
|
List<Tag> |
TagResourceRequest.tags()
A list of tags to add to the resource.>
|
List<Tag> |
ListTagsForResourceResponse.tags()
List of tags returned by the
ListTagsForResource operation. |
| Modifier and Type | Method and Description |
|---|---|
CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.tags(Tag... tags)
Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A list of tags to add to the resource.>
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
List of tags returned by the
ListTagsForResource operation. |
| Modifier and Type | Method and Description |
|---|---|
CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.tags(Collection<Tag> tags)
Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of tags to add to the resource.>
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
List of tags returned by the
ListTagsForResource operation. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Tag> |
ListTagsForResourcePublisher.tags()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Tag> |
ListTagsForResourceIterable.tags()
Returns an iterable to iterate through the paginated
ListTagsForResourceResponse.tags() member. |
Copyright © 2023. All rights reserved.