Package | Description |
---|---|
com.amazonaws.services.elasticfilesystem.model | |
com.amazonaws.services.elasticfilesystem.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
DescribeTagsResult.tags
Returns tags associated with the file system as an array of
Tag objects. |
private SdkInternalList<Tag> |
CreateTagsRequest.tags
An array of
Tag objects to add. |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
Tag key, a string.
|
Tag |
Tag.withValue(java.lang.String value)
Value of the tag key.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
DescribeTagsResult.getTags()
Returns tags associated with the file system as an array of
Tag objects. |
java.util.List<Tag> |
CreateTagsRequest.getTags()
An array of
Tag objects to add. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeTagsResult.setTags(java.util.Collection<Tag> tags)
Returns tags associated with the file system as an array of
Tag objects. |
void |
CreateTagsRequest.setTags(java.util.Collection<Tag> tags)
An array of
Tag objects to add. |
DescribeTagsResult |
DescribeTagsResult.withTags(java.util.Collection<Tag> tags)
Returns tags associated with the file system as an array of
Tag objects. |
CreateTagsRequest |
CreateTagsRequest.withTags(java.util.Collection<Tag> tags)
An array of
Tag objects to add. |
Modifier and Type | Method and Description |
---|---|
Tag |
TagJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TagJsonMarshaller.marshall(Tag tag,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|