Uses of Class
software.amazon.awssdk.services.codepipeline.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.codepipeline.model software.amazon.awssdk.services.codepipeline.paginators -
-
Uses of Tag in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateCustomActionTypeRequest. tags()The tags for the custom action.List<Tag>CreateCustomActionTypeResponse. tags()Specifies the tags applied to the custom action.List<Tag>CreatePipelineRequest. tags()The tags for the pipeline.List<Tag>CreatePipelineResponse. tags()Specifies the tags applied to the pipeline.List<Tag>ListTagsForResourceResponse. tags()The tags for the resource.List<Tag>ListWebhookItem. tags()Specifies the tags applied to the webhook.List<Tag>PutWebhookRequest. tags()The tags for the webhook.List<Tag>TagResourceRequest. tags()The tags you want to modify or add to the resource.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type Tag Modifier and Type Method Description CreateCustomActionTypeRequest.BuilderCreateCustomActionTypeRequest.Builder. tags(Tag... tags)The tags for the custom action.CreateCustomActionTypeResponse.BuilderCreateCustomActionTypeResponse.Builder. tags(Tag... tags)Specifies the tags applied to the custom action.CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. tags(Tag... tags)The tags for the pipeline.CreatePipelineResponse.BuilderCreatePipelineResponse.Builder. tags(Tag... tags)Specifies the tags applied to the pipeline.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags for the resource.ListWebhookItem.BuilderListWebhookItem.Builder. tags(Tag... tags)Specifies the tags applied to the webhook.PutWebhookRequest.BuilderPutWebhookRequest.Builder. tags(Tag... tags)The tags for the webhook.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags you want to modify or add to the resource.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type Tag Modifier and Type Method Description CreateCustomActionTypeRequest.BuilderCreateCustomActionTypeRequest.Builder. tags(Collection<Tag> tags)The tags for the custom action.CreateCustomActionTypeResponse.BuilderCreateCustomActionTypeResponse.Builder. tags(Collection<Tag> tags)Specifies the tags applied to the custom action.CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. tags(Collection<Tag> tags)The tags for the pipeline.CreatePipelineResponse.BuilderCreatePipelineResponse.Builder. tags(Collection<Tag> tags)Specifies the tags applied to the pipeline.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags for the resource.ListWebhookItem.BuilderListWebhookItem.Builder. tags(Collection<Tag> tags)Specifies the tags applied to the webhook.PutWebhookRequest.BuilderPutWebhookRequest.Builder. tags(Collection<Tag> tags)The tags for the webhook.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags you want to modify or add to the resource. -
Uses of Tag in software.amazon.awssdk.services.codepipeline.paginators
Methods in software.amazon.awssdk.services.codepipeline.paginators that return types with arguments of type Tag Modifier and Type Method Description SdkIterable<Tag>ListTagsForResourceIterable. tags()Returns an iterable to iterate through the paginatedListTagsForResourceResponse.tags()member.SdkPublisher<Tag>ListTagsForResourcePublisher. tags()Returns a publisher that can be used to get a stream of data.
-