| Package | Description |
|---|---|
| software.amazon.awssdk.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreatePipelineRequest.tags()
List of tags to add to the pipeline upon creation.
|
List<Tag> |
TagResourceRequest.tags()
The list of key-value tags to add to the pipeline.
|
List<Tag> |
ListTagsForResourceResponse.tags()
A list of tags associated with the given pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePipelineRequest.Builder |
CreatePipelineRequest.Builder.tags(Tag... tags)
List of tags to add to the pipeline upon creation.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The list of key-value tags to add to the pipeline.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A list of tags associated with the given pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePipelineRequest.Builder |
CreatePipelineRequest.Builder.tags(Collection<Tag> tags)
List of tags to add to the pipeline upon creation.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The list of key-value tags to add to the pipeline.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A list of tags associated with the given pipeline.
|
Copyright © 2023. All rights reserved.