| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag key (String).
|
Tag |
Tag.withValue(String value)
The value of the tag key.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
UpdateFileSystemResult.getTags()
The tags associated with the file system, presented as an array of
Tag objects. |
List<Tag> |
FileSystemDescription.getTags()
The tags associated with the file system, presented as an array of
Tag objects. |
List<Tag> |
CreateFileSystemRequest.getTags()
A value that specifies to create one or more tags associated with the file system.
|
List<Tag> |
DescribeTagsResult.getTags()
Returns tags associated with the file system as an array of
Tag objects. |
List<Tag> |
CreateTagsRequest.getTags()
An array of
Tag objects to add. |
List<Tag> |
CreateFileSystemResult.getTags()
The tags associated with the file system, presented as an array of
Tag objects. |
| Modifier and Type | Method and Description |
|---|---|
UpdateFileSystemResult |
UpdateFileSystemResult.withTags(Tag... tags)
The tags associated with the file system, presented as an array of
Tag objects. |
FileSystemDescription |
FileSystemDescription.withTags(Tag... tags)
The tags associated with the file system, presented as an array of
Tag objects. |
CreateFileSystemRequest |
CreateFileSystemRequest.withTags(Tag... tags)
A value that specifies to create one or more tags associated with the file system.
|
DescribeTagsResult |
DescribeTagsResult.withTags(Tag... tags)
Returns tags associated with the file system as an array of
Tag objects. |
CreateTagsRequest |
CreateTagsRequest.withTags(Tag... tags)
An array of
Tag objects to add. |
CreateFileSystemResult |
CreateFileSystemResult.withTags(Tag... tags)
The tags associated with the file system, presented as an array of
Tag objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFileSystemResult.setTags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of
Tag objects. |
void |
FileSystemDescription.setTags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of
Tag objects. |
void |
CreateFileSystemRequest.setTags(Collection<Tag> tags)
A value that specifies to create one or more tags associated with the file system.
|
void |
DescribeTagsResult.setTags(Collection<Tag> tags)
Returns tags associated with the file system as an array of
Tag objects. |
void |
CreateTagsRequest.setTags(Collection<Tag> tags)
An array of
Tag objects to add. |
void |
CreateFileSystemResult.setTags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of
Tag objects. |
UpdateFileSystemResult |
UpdateFileSystemResult.withTags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of
Tag objects. |
FileSystemDescription |
FileSystemDescription.withTags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of
Tag objects. |
CreateFileSystemRequest |
CreateFileSystemRequest.withTags(Collection<Tag> tags)
A value that specifies to create one or more tags associated with the file system.
|
DescribeTagsResult |
DescribeTagsResult.withTags(Collection<Tag> tags)
Returns tags associated with the file system as an array of
Tag objects. |
CreateTagsRequest |
CreateTagsRequest.withTags(Collection<Tag> tags)
An array of
Tag objects to add. |
CreateFileSystemResult |
CreateFileSystemResult.withTags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of
Tag objects. |
Copyright © 2020. All rights reserved.