| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateFileSystemRequest.tags()
Use to create one or more tags associated with the file system.
|
List<Tag> |
FileSystemDescription.tags()
The tags associated with the file system, presented as an array of
Tag objects. |
List<Tag> |
UpdateFileSystemResponse.tags()
The tags associated with the file system, presented as an array of
Tag objects. |
List<Tag> |
DescribeTagsResponse.tags()
Returns tags associated with the file system as an array of
Tag objects. |
List<Tag> |
TagResourceRequest.tags()
An array of
Tag objects to add. |
List<Tag> |
ListTagsForResourceResponse.tags()
An array of the tags for the specified EFS resource.
|
List<Tag> |
CreateAccessPointResponse.tags()
The tags associated with the access point, presented as an array of Tag objects.
|
List<Tag> |
AccessPointDescription.tags()
The tags associated with the access point, presented as an array of Tag objects.
|
List<Tag> |
CreateTagsRequest.tags()
An array of
Tag objects to add. |
List<Tag> |
CreateAccessPointRequest.tags()
Creates tags associated with the access point.
|
List<Tag> |
CreateFileSystemResponse.tags()
The tags associated with the file system, presented as an array of
Tag objects. |
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.tags(Tag... tags)
Use to create one or more tags associated with the file system.
|
FileSystemDescription.Builder |
FileSystemDescription.Builder.tags(Tag... tags)
The tags associated with the file system, presented as an array of
Tag objects. |
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.tags(Tag... tags)
The tags associated with the file system, presented as an array of
Tag objects. |
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.tags(Tag... tags)
Returns tags associated with the file system as an array of
Tag objects. |
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
An array of
Tag objects to add. |
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
An array of the tags for the specified EFS resource.
|
CreateAccessPointResponse.Builder |
CreateAccessPointResponse.Builder.tags(Tag... tags)
The tags associated with the access point, presented as an array of Tag objects.
|
AccessPointDescription.Builder |
AccessPointDescription.Builder.tags(Tag... tags)
The tags associated with the access point, presented as an array of Tag objects.
|
CreateTagsRequest.Builder |
CreateTagsRequest.Builder.tags(Tag... tags)
An array of
Tag objects to add. |
CreateAccessPointRequest.Builder |
CreateAccessPointRequest.Builder.tags(Tag... tags)
Creates tags associated with the access point.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.tags(Tag... tags)
The tags associated with the file system, presented as an array of
Tag objects. |
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.tags(Collection<Tag> tags)
Use to create one or more tags associated with the file system.
|
FileSystemDescription.Builder |
FileSystemDescription.Builder.tags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of
Tag objects. |
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.tags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of
Tag objects. |
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.tags(Collection<Tag> tags)
Returns tags associated with the file system as an array of
Tag objects. |
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
An array of
Tag objects to add. |
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
An array of the tags for the specified EFS resource.
|
CreateAccessPointResponse.Builder |
CreateAccessPointResponse.Builder.tags(Collection<Tag> tags)
The tags associated with the access point, presented as an array of Tag objects.
|
AccessPointDescription.Builder |
AccessPointDescription.Builder.tags(Collection<Tag> tags)
The tags associated with the access point, presented as an array of Tag objects.
|
CreateTagsRequest.Builder |
CreateTagsRequest.Builder.tags(Collection<Tag> tags)
An array of
Tag objects to add. |
CreateAccessPointRequest.Builder |
CreateAccessPointRequest.Builder.tags(Collection<Tag> tags)
Creates tags associated with the access point.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.tags(Collection<Tag> tags)
The tags associated with the file system, presented as an array of
Tag objects. |
Copyright © 2023. All rights reserved.