Uses of Class
software.amazon.awssdk.services.ram.model.Tag
Packages that use Tag
-
Uses of Tag in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type TagModifier and TypeMethodDescriptionCreatePermissionRequest.tags()Specifies a list of one or more tag key and value pairs to attach to the permission.CreateResourceShareRequest.tags()Specifies one or more tags to attach to the resource share itself.ResourceShare.tags()The tag key and value pairs attached to the resource share.ResourceSharePermissionDetail.tags()The tag key and value pairs attached to the resource share.ResourceSharePermissionSummary.tags()A list of the tag key value pairs currently attached to the permission.TagResourceRequest.tags()A list of one or more tag key and value pairs.Methods in software.amazon.awssdk.services.ram.model with parameters of type TagModifier and TypeMethodDescriptionSpecifies a list of one or more tag key and value pairs to attach to the permission.Specifies one or more tags to attach to the resource share itself.The tag key and value pairs attached to the resource share.The tag key and value pairs attached to the resource share.A list of the tag key value pairs currently attached to the permission.A list of one or more tag key and value pairs.Method parameters in software.amazon.awssdk.services.ram.model with type arguments of type TagModifier and TypeMethodDescriptionCreatePermissionRequest.Builder.tags(Collection<Tag> tags) Specifies a list of one or more tag key and value pairs to attach to the permission.CreateResourceShareRequest.Builder.tags(Collection<Tag> tags) Specifies one or more tags to attach to the resource share itself.ResourceShare.Builder.tags(Collection<Tag> tags) The tag key and value pairs attached to the resource share.ResourceSharePermissionDetail.Builder.tags(Collection<Tag> tags) The tag key and value pairs attached to the resource share.ResourceSharePermissionSummary.Builder.tags(Collection<Tag> tags) A list of the tag key value pairs currently attached to the permission.TagResourceRequest.Builder.tags(Collection<Tag> tags) A list of one or more tag key and value pairs.