Uses of Class
software.amazon.awssdk.services.servicediscovery.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of Tag in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateHttpNamespaceRequest. tags()The tags to add to the namespace.List<Tag>CreatePrivateDnsNamespaceRequest. tags()The tags to add to the namespace.List<Tag>CreatePublicDnsNamespaceRequest. tags()The tags to add to the namespace.List<Tag>CreateServiceRequest. tags()The tags to add to the service.List<Tag>ListTagsForResourceResponse. tags()The tags that are assigned to the resource.List<Tag>TagResourceRequest. tags()The tags to add to the specified resource.Methods in software.amazon.awssdk.services.servicediscovery.model with parameters of type Tag Modifier and Type Method Description CreateHttpNamespaceRequest.BuilderCreateHttpNamespaceRequest.Builder. tags(Tag... tags)The tags to add to the namespace.CreatePrivateDnsNamespaceRequest.BuilderCreatePrivateDnsNamespaceRequest.Builder. tags(Tag... tags)The tags to add to the namespace.CreatePublicDnsNamespaceRequest.BuilderCreatePublicDnsNamespaceRequest.Builder. tags(Tag... tags)The tags to add to the namespace.CreateServiceRequest.BuilderCreateServiceRequest.Builder. tags(Tag... tags)The tags to add to the service.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags that are assigned to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags to add to the specified resource.Method parameters in software.amazon.awssdk.services.servicediscovery.model with type arguments of type Tag Modifier and Type Method Description CreateHttpNamespaceRequest.BuilderCreateHttpNamespaceRequest.Builder. tags(Collection<Tag> tags)The tags to add to the namespace.CreatePrivateDnsNamespaceRequest.BuilderCreatePrivateDnsNamespaceRequest.Builder. tags(Collection<Tag> tags)The tags to add to the namespace.CreatePublicDnsNamespaceRequest.BuilderCreatePublicDnsNamespaceRequest.Builder. tags(Collection<Tag> tags)The tags to add to the namespace.CreateServiceRequest.BuilderCreateServiceRequest.Builder. tags(Collection<Tag> tags)The tags to add to the service.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags that are assigned to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags to add to the specified resource.
-