Package | Description |
---|---|
com.amazonaws.services.elasticfilesystem.model |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
Tag key, a string.
|
Tag |
Tag.withValue(String value)
Value of the tag key.
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
CreateTagsRequest.getTags()
An array of
Tag objects to add. |
List<Tag> |
DescribeTagsResult.getTags()
Returns tags associated with the file system as an array of
Tag objects. |
Modifier and Type | Method and Description |
---|---|
CreateTagsRequest |
CreateTagsRequest.withTags(Tag... tags)
An array of
Tag objects to add. |
DescribeTagsResult |
DescribeTagsResult.withTags(Tag... tags)
Returns tags associated with the file system as an array of
Tag objects. |
Modifier and Type | Method and Description |
---|---|
void |
CreateTagsRequest.setTags(Collection<Tag> tags)
An array of
Tag objects to add. |
void |
DescribeTagsResult.setTags(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. |
DescribeTagsResult |
DescribeTagsResult.withTags(Collection<Tag> tags)
Returns tags associated with the file system as an array of
Tag objects. |
Copyright © 2018. All rights reserved.