| 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> |
FileSystemDescription.getTags()
The tags associated with the file system, presented as an array of
Tag objects. |
List<Tag> |
AccessPointDescription.getTags()
The tags associated with the access point, presented as an array of Tag objects.
|
List<Tag> |
UpdateFileSystemResult.getTags()
The tags associated with the file system, presented as an array of
Tag objects. |
List<Tag> |
ListTagsForResourceResult.getTags()
An array of the tags for the specified EFS resource.
|
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> |
CreateAccessPointResult.getTags()
The tags associated with the access point, presented as an array of Tag objects.
|
List<Tag> |
CreateAccessPointRequest.getTags()
Creates tags associated with the access point.
|
List<Tag> |
TagResourceRequest.getTags()
An array of
Tag objects to add. |
List<Tag> |
CreateFileSystemRequest.getTags()
Use to create one or more tags associated with the file system.
|
List<Tag> |
CreateFileSystemResult.getTags()
The tags associated with the file system, presented as an array of
Tag objects. |
| Modifier and Type | Method and Description |
|---|---|
FileSystemDescription |
FileSystemDescription.withTags(Tag... tags)
The tags associated with the file system, presented as an array of
Tag objects. |
AccessPointDescription |
AccessPointDescription.withTags(Tag... tags)
The tags associated with the access point, presented as an array of Tag objects.
|
UpdateFileSystemResult |
UpdateFileSystemResult.withTags(Tag... tags)
The tags associated with the file system, presented as an array of
Tag objects. |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
An array of the tags for the specified EFS resource.
|
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. |
CreateAccessPointResult |
CreateAccessPointResult.withTags(Tag... tags)
The tags associated with the access point, presented as an array of Tag objects.
|
CreateAccessPointRequest |
CreateAccessPointRequest.withTags(Tag... tags)
Creates tags associated with the access point.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
An array of
Tag objects to add. |
CreateFileSystemRequest |
CreateFileSystemRequest.withTags(Tag... tags)
Use to create one or more tags associated with the file system.
|
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 |
FileSystemDescription.setTags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of
Tag objects. |
void |
AccessPointDescription.setTags(Collection<Tag> tags)
The tags associated with the access point, presented as an array of Tag objects.
|
void |
UpdateFileSystemResult.setTags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of
Tag objects. |
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
An array of the tags for the specified EFS resource.
|
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 |
CreateAccessPointResult.setTags(Collection<Tag> tags)
The tags associated with the access point, presented as an array of Tag objects.
|
void |
CreateAccessPointRequest.setTags(Collection<Tag> tags)
Creates tags associated with the access point.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
An array of
Tag objects to add. |
void |
CreateFileSystemRequest.setTags(Collection<Tag> tags)
Use to create one or more tags associated with the file system.
|
void |
CreateFileSystemResult.setTags(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. |
AccessPointDescription |
AccessPointDescription.withTags(Collection<Tag> tags)
The tags associated with the access point, 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. |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
An array of the tags for the specified EFS resource.
|
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. |
CreateAccessPointResult |
CreateAccessPointResult.withTags(Collection<Tag> tags)
The tags associated with the access point, presented as an array of Tag objects.
|
CreateAccessPointRequest |
CreateAccessPointRequest.withTags(Collection<Tag> tags)
Creates tags associated with the access point.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
An array of
Tag objects to add. |
CreateFileSystemRequest |
CreateFileSystemRequest.withTags(Collection<Tag> tags)
Use to create one or more tags associated with the file system.
|
CreateFileSystemResult |
CreateFileSystemResult.withTags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of
Tag objects. |
Copyright © 2024. All rights reserved.