Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of Tag in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateResourceSnapshotJobRequest. tags()A list of objects specifying each tag name and value.List<Tag>ListTagsForResourceResponse. tags()A map of the key-value pairs for the tag or tags assigned to the specified resource.List<Tag>StartEngagementByAcceptingInvitationTaskRequest. tags()A list of objects specifying each tag name and value.List<Tag>StartEngagementFromOpportunityTaskRequest. tags()A list of objects specifying each tag name and value.List<Tag>TagResourceRequest. tags()A map of the key-value pairs of the tag or tags to assign to the resource.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type Tag Modifier and Type Method Description CreateResourceSnapshotJobRequest.BuilderCreateResourceSnapshotJobRequest.Builder. tags(Tag... tags)A list of objects specifying each tag name and value.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A map of the key-value pairs for the tag or tags assigned to the specified resource.StartEngagementByAcceptingInvitationTaskRequest.BuilderStartEngagementByAcceptingInvitationTaskRequest.Builder. tags(Tag... tags)A list of objects specifying each tag name and value.StartEngagementFromOpportunityTaskRequest.BuilderStartEngagementFromOpportunityTaskRequest.Builder. tags(Tag... tags)A list of objects specifying each tag name and value.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A map of the key-value pairs of the tag or tags to assign to the resource.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type Tag Modifier and Type Method Description CreateResourceSnapshotJobRequest.BuilderCreateResourceSnapshotJobRequest.Builder. tags(Collection<Tag> tags)A list of objects specifying each tag name and value.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A map of the key-value pairs for the tag or tags assigned to the specified resource.StartEngagementByAcceptingInvitationTaskRequest.BuilderStartEngagementByAcceptingInvitationTaskRequest.Builder. tags(Collection<Tag> tags)A list of objects specifying each tag name and value.StartEngagementFromOpportunityTaskRequest.BuilderStartEngagementFromOpportunityTaskRequest.Builder. tags(Collection<Tag> tags)A list of objects specifying each tag name and value.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A map of the key-value pairs of the tag or tags to assign to the resource.
-