| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateApplicationRequest.tags()
A list of one or more tags to assign to the application.
|
List<Tag> |
TagResourceRequest.tags()
The key-value tags to assign to the application.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The key-value tags assigned to the application.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.tags(Tag... tags)
A list of one or more tags to assign to the application.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The key-value tags to assign to the application.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The key-value tags assigned to the application.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.tags(Collection<Tag> tags)
A list of one or more tags to assign to the application.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The key-value tags to assign to the application.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The key-value tags assigned to the application.
|
Copyright © 2023. All rights reserved.