Uses of Class
software.amazon.awssdk.services.efs.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.efs.model software.amazon.awssdk.services.efs.paginators -
-
Uses of Tag in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AccessPointDescription. tags()The tags associated with the access point, presented as an array of Tag objects.List<Tag>CreateAccessPointRequest. tags()Creates tags associated with the access point.List<Tag>CreateAccessPointResponse. tags()The tags associated with the access point, presented as an array of Tag objects.List<Tag>CreateFileSystemRequest. tags()Use to create one or more tags associated with the file system.List<Tag>CreateFileSystemResponse. tags()The tags associated with the file system, presented as an array ofTagobjects.List<Tag>CreateTagsRequest. tags()An array ofTagobjects to add.List<Tag>DescribeTagsResponse. tags()Returns tags associated with the file system as an array ofTagobjects.List<Tag>FileSystemDescription. tags()The tags associated with the file system, presented as an array ofTagobjects.List<Tag>ListTagsForResourceResponse. tags()An array of the tags for the specified EFS resource.List<Tag>TagResourceRequest. tags()An array ofTagobjects to add.List<Tag>UpdateFileSystemResponse. tags()The tags associated with the file system, presented as an array ofTagobjects.Methods in software.amazon.awssdk.services.efs.model with parameters of type Tag Modifier and Type Method Description AccessPointDescription.BuilderAccessPointDescription.Builder. tags(Tag... tags)The tags associated with the access point, presented as an array of Tag objects.CreateAccessPointRequest.BuilderCreateAccessPointRequest.Builder. tags(Tag... tags)Creates tags associated with the access point.CreateAccessPointResponse.BuilderCreateAccessPointResponse.Builder. tags(Tag... tags)The tags associated with the access point, presented as an array of Tag objects.CreateFileSystemRequest.BuilderCreateFileSystemRequest.Builder. tags(Tag... tags)Use to create one or more tags associated with the file system.CreateFileSystemResponse.BuilderCreateFileSystemResponse.Builder. tags(Tag... tags)The tags associated with the file system, presented as an array ofTagobjects.CreateTagsRequest.BuilderCreateTagsRequest.Builder. tags(Tag... tags)An array ofTagobjects to add.DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tags(Tag... tags)Returns tags associated with the file system as an array ofTagobjects.FileSystemDescription.BuilderFileSystemDescription.Builder. tags(Tag... tags)The tags associated with the file system, presented as an array ofTagobjects.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)An array of the tags for the specified EFS resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)An array ofTagobjects to add.UpdateFileSystemResponse.BuilderUpdateFileSystemResponse.Builder. tags(Tag... tags)The tags associated with the file system, presented as an array ofTagobjects.Method parameters in software.amazon.awssdk.services.efs.model with type arguments of type Tag Modifier and Type Method Description AccessPointDescription.BuilderAccessPointDescription.Builder. tags(Collection<Tag> tags)The tags associated with the access point, presented as an array of Tag objects.CreateAccessPointRequest.BuilderCreateAccessPointRequest.Builder. tags(Collection<Tag> tags)Creates tags associated with the access point.CreateAccessPointResponse.BuilderCreateAccessPointResponse.Builder. tags(Collection<Tag> tags)The tags associated with the access point, presented as an array of Tag objects.CreateFileSystemRequest.BuilderCreateFileSystemRequest.Builder. tags(Collection<Tag> tags)Use to create one or more tags associated with the file system.CreateFileSystemResponse.BuilderCreateFileSystemResponse.Builder. tags(Collection<Tag> tags)The tags associated with the file system, presented as an array ofTagobjects.CreateTagsRequest.BuilderCreateTagsRequest.Builder. tags(Collection<Tag> tags)An array ofTagobjects to add.DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tags(Collection<Tag> tags)Returns tags associated with the file system as an array ofTagobjects.FileSystemDescription.BuilderFileSystemDescription.Builder. tags(Collection<Tag> tags)The tags associated with the file system, presented as an array ofTagobjects.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)An array of the tags for the specified EFS resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)An array ofTagobjects to add.UpdateFileSystemResponse.BuilderUpdateFileSystemResponse.Builder. tags(Collection<Tag> tags)The tags associated with the file system, presented as an array ofTagobjects. -
Uses of Tag in software.amazon.awssdk.services.efs.paginators
Methods in software.amazon.awssdk.services.efs.paginators that return types with arguments of type Tag Modifier and Type Method Description SdkIterable<Tag>DescribeTagsIterable. tags()Returns an iterable to iterate through the paginatedDescribeTagsResponse.tags()member.SdkPublisher<Tag>DescribeTagsPublisher. tags()Returns a publisher that can be used to get a stream of data.
-