| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model | |
| software.amazon.awssdk.services.codepipeline.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResponse.tags()
The tags for the resource.
|
List<Tag> |
CreatePipelineResponse.tags()
Specifies the tags applied to the pipeline.
|
List<Tag> |
PutWebhookRequest.tags()
The tags for the webhook.
|
List<Tag> |
CreatePipelineRequest.tags()
The tags for the pipeline.
|
List<Tag> |
ListWebhookItem.tags()
Specifies the tags applied to the webhook.
|
List<Tag> |
CreateCustomActionTypeResponse.tags()
Specifies the tags applied to the custom action.
|
List<Tag> |
CreateCustomActionTypeRequest.tags()
The tags for the custom action.
|
List<Tag> |
TagResourceRequest.tags()
The tags you want to modify or add to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The tags for the resource.
|
CreatePipelineResponse.Builder |
CreatePipelineResponse.Builder.tags(Tag... tags)
Specifies the tags applied to the pipeline.
|
PutWebhookRequest.Builder |
PutWebhookRequest.Builder.tags(Tag... tags)
The tags for the webhook.
|
CreatePipelineRequest.Builder |
CreatePipelineRequest.Builder.tags(Tag... tags)
The tags for the pipeline.
|
ListWebhookItem.Builder |
ListWebhookItem.Builder.tags(Tag... tags)
Specifies the tags applied to the webhook.
|
CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.Builder.tags(Tag... tags)
Specifies the tags applied to the custom action.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.tags(Tag... tags)
The tags for the custom action.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags you want to modify or add to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The tags for the resource.
|
CreatePipelineResponse.Builder |
CreatePipelineResponse.Builder.tags(Collection<Tag> tags)
Specifies the tags applied to the pipeline.
|
PutWebhookRequest.Builder |
PutWebhookRequest.Builder.tags(Collection<Tag> tags)
The tags for the webhook.
|
CreatePipelineRequest.Builder |
CreatePipelineRequest.Builder.tags(Collection<Tag> tags)
The tags for the pipeline.
|
ListWebhookItem.Builder |
ListWebhookItem.Builder.tags(Collection<Tag> tags)
Specifies the tags applied to the webhook.
|
CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.Builder.tags(Collection<Tag> tags)
Specifies the tags applied to the custom action.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.tags(Collection<Tag> tags)
The tags for the custom action.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags you want to modify or add to the resource.
|
| 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.