| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag's key.
|
Tag |
Tag.withValue(String value)
The tag's value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListWebhookItem.getTags()
Specifies the tags applied to the webhook.
|
List<Tag> |
TagResourceRequest.getTags()
The tags you want to modify or add to the resource.
|
List<Tag> |
PutWebhookRequest.getTags()
The tags for the webhook.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags for the resource.
|
List<Tag> |
CreatePipelineResult.getTags()
Specifies the tags applied to the pipeline.
|
List<Tag> |
CreateCustomActionTypeResult.getTags()
Specifies the tags applied to the custom action.
|
List<Tag> |
CreateCustomActionTypeRequest.getTags()
The tags for the custom action.
|
List<Tag> |
CreatePipelineRequest.getTags()
The tags for the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
ListWebhookItem |
ListWebhookItem.withTags(Tag... tags)
Specifies the tags applied to the webhook.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags you want to modify or add to the resource.
|
PutWebhookRequest |
PutWebhookRequest.withTags(Tag... tags)
The tags for the webhook.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags for the resource.
|
CreatePipelineResult |
CreatePipelineResult.withTags(Tag... tags)
Specifies the tags applied to the pipeline.
|
CreateCustomActionTypeResult |
CreateCustomActionTypeResult.withTags(Tag... tags)
Specifies the tags applied to the custom action.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withTags(Tag... tags)
The tags for the custom action.
|
CreatePipelineRequest |
CreatePipelineRequest.withTags(Tag... tags)
The tags for the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWebhookItem.setTags(Collection<Tag> tags)
Specifies the tags applied to the webhook.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags you want to modify or add to the resource.
|
void |
PutWebhookRequest.setTags(Collection<Tag> tags)
The tags for the webhook.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags for the resource.
|
void |
CreatePipelineResult.setTags(Collection<Tag> tags)
Specifies the tags applied to the pipeline.
|
void |
CreateCustomActionTypeResult.setTags(Collection<Tag> tags)
Specifies the tags applied to the custom action.
|
void |
CreateCustomActionTypeRequest.setTags(Collection<Tag> tags)
The tags for the custom action.
|
void |
CreatePipelineRequest.setTags(Collection<Tag> tags)
The tags for the pipeline.
|
ListWebhookItem |
ListWebhookItem.withTags(Collection<Tag> tags)
Specifies the tags applied to the webhook.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags you want to modify or add to the resource.
|
PutWebhookRequest |
PutWebhookRequest.withTags(Collection<Tag> tags)
The tags for the webhook.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags for the resource.
|
CreatePipelineResult |
CreatePipelineResult.withTags(Collection<Tag> tags)
Specifies the tags applied to the pipeline.
|
CreateCustomActionTypeResult |
CreateCustomActionTypeResult.withTags(Collection<Tag> tags)
Specifies the tags applied to the custom action.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withTags(Collection<Tag> tags)
The tags for the custom action.
|
CreatePipelineRequest |
CreatePipelineRequest.withTags(Collection<Tag> tags)
The tags for the pipeline.
|
Copyright © 2022. All rights reserved.