Uses of Class
software.amazon.awssdk.services.ram.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.ram.model -
-
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 Tag Modifier and Type Method Description List<Tag>CreatePermissionRequest. tags()Specifies a list of one or more tag key and value pairs to attach to the permission.List<Tag>CreateResourceShareRequest. tags()Specifies one or more tags to attach to the resource share itself.List<Tag>ResourceShare. tags()The tag key and value pairs attached to the resource share.List<Tag>ResourceSharePermissionDetail. tags()The tag key and value pairs attached to the resource share.List<Tag>ResourceSharePermissionSummary. tags()A list of the tag key value pairs currently attached to the permission.List<Tag>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 Tag Modifier and Type Method Description CreatePermissionRequest.BuilderCreatePermissionRequest.Builder. tags(Tag... tags)Specifies a list of one or more tag key and value pairs to attach to the permission.CreateResourceShareRequest.BuilderCreateResourceShareRequest.Builder. tags(Tag... tags)Specifies one or more tags to attach to the resource share itself.ResourceShare.BuilderResourceShare.Builder. tags(Tag... tags)The tag key and value pairs attached to the resource share.ResourceSharePermissionDetail.BuilderResourceSharePermissionDetail.Builder. tags(Tag... tags)The tag key and value pairs attached to the resource share.ResourceSharePermissionSummary.BuilderResourceSharePermissionSummary.Builder. tags(Tag... tags)A list of the tag key value pairs currently attached to the permission.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)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 Tag Modifier and Type Method Description CreatePermissionRequest.BuilderCreatePermissionRequest.Builder. tags(Collection<Tag> tags)Specifies a list of one or more tag key and value pairs to attach to the permission.CreateResourceShareRequest.BuilderCreateResourceShareRequest.Builder. tags(Collection<Tag> tags)Specifies one or more tags to attach to the resource share itself.ResourceShare.BuilderResourceShare.Builder. tags(Collection<Tag> tags)The tag key and value pairs attached to the resource share.ResourceSharePermissionDetail.BuilderResourceSharePermissionDetail.Builder. tags(Collection<Tag> tags)The tag key and value pairs attached to the resource share.ResourceSharePermissionSummary.BuilderResourceSharePermissionSummary.Builder. tags(Collection<Tag> tags)A list of the tag key value pairs currently attached to the permission.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of one or more tag key and value pairs.
-