Uses of Class
software.amazon.awssdk.services.b2bi.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of Tag in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateCapabilityRequest. tags()Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.List<Tag>CreatePartnershipRequest. tags()Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.List<Tag>CreateProfileRequest. tags()Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.List<Tag>CreateTransformerRequest. tags()Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.List<Tag>ListTagsForResourceResponse. tags()Returns the key-value pairs assigned to ARNs that you can use to group and search for resources by type.List<Tag>TagResourceRequest. tags()Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.Methods in software.amazon.awssdk.services.b2bi.model with parameters of type Tag Modifier and Type Method Description CreateCapabilityRequest.BuilderCreateCapabilityRequest.Builder. tags(Tag... tags)Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.CreatePartnershipRequest.BuilderCreatePartnershipRequest.Builder. tags(Tag... tags)Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.CreateProfileRequest.BuilderCreateProfileRequest.Builder. tags(Tag... tags)Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.CreateTransformerRequest.BuilderCreateTransformerRequest.Builder. tags(Tag... tags)Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)Returns the key-value pairs assigned to ARNs that you can use to group and search for resources by type.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.Method parameters in software.amazon.awssdk.services.b2bi.model with type arguments of type Tag Modifier and Type Method Description CreateCapabilityRequest.BuilderCreateCapabilityRequest.Builder. tags(Collection<Tag> tags)Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.CreatePartnershipRequest.BuilderCreatePartnershipRequest.Builder. tags(Collection<Tag> tags)Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.CreateProfileRequest.BuilderCreateProfileRequest.Builder. tags(Collection<Tag> tags)Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.CreateTransformerRequest.BuilderCreateTransformerRequest.Builder. tags(Collection<Tag> tags)Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)Returns the key-value pairs assigned to ARNs that you can use to group and search for resources by type.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
-