Uses of Class
software.amazon.awssdk.services.codeconnections.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of Tag in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateConnectionRequest. tags()The key-value pair to use when tagging the resource.List<Tag>CreateConnectionResponse. tags()Specifies the tags applied to the resource.List<Tag>CreateHostRequest. tags()Tags for the host to be created.List<Tag>CreateHostResponse. tags()Tags for the created host.List<Tag>CreateRepositoryLinkRequest. tags()The tags for the repository to be associated with the repository link.List<Tag>ListTagsForResourceResponse. tags()A list of tag key and value pairs associated with the specified resource.List<Tag>TagResourceRequest. tags()The tags you want to modify or add to the resource.Methods in software.amazon.awssdk.services.codeconnections.model with parameters of type Tag Modifier and Type Method Description CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. tags(Tag... tags)The key-value pair to use when tagging the resource.CreateConnectionResponse.BuilderCreateConnectionResponse.Builder. tags(Tag... tags)Specifies the tags applied to the resource.CreateHostRequest.BuilderCreateHostRequest.Builder. tags(Tag... tags)Tags for the host to be created.CreateHostResponse.BuilderCreateHostResponse.Builder. tags(Tag... tags)Tags for the created host.CreateRepositoryLinkRequest.BuilderCreateRepositoryLinkRequest.Builder. tags(Tag... tags)The tags for the repository to be associated with the repository link.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of tag key and value pairs associated with the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags you want to modify or add to the resource.Method parameters in software.amazon.awssdk.services.codeconnections.model with type arguments of type Tag Modifier and Type Method Description CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. tags(Collection<Tag> tags)The key-value pair to use when tagging the resource.CreateConnectionResponse.BuilderCreateConnectionResponse.Builder. tags(Collection<Tag> tags)Specifies the tags applied to the resource.CreateHostRequest.BuilderCreateHostRequest.Builder. tags(Collection<Tag> tags)Tags for the host to be created.CreateHostResponse.BuilderCreateHostResponse.Builder. tags(Collection<Tag> tags)Tags for the created host.CreateRepositoryLinkRequest.BuilderCreateRepositoryLinkRequest.Builder. tags(Collection<Tag> tags)The tags for the repository to be associated with the repository link.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A list of tag key and value pairs associated with the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags you want to modify or add to the resource.
-