| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
DeleteFileSystemWindowsResponse.finalBackupTags()
The set of tags applied to the final backup.
|
List<Tag> |
DeleteFileSystemLustreResponse.finalBackupTags()
The set of tags applied to the final backup.
|
List<Tag> |
DeleteFileSystemLustreConfiguration.finalBackupTags()
Use if
SkipFinalBackup is set to false, and you want to apply an array of tags to the
final backup. |
List<Tag> |
DeleteFileSystemWindowsConfiguration.finalBackupTags()
A set of tags for your final backup.
|
List<Tag> |
CreateDataRepositoryTaskRequest.tags()
Returns the value of the Tags property for this object.
|
List<Tag> |
ListTagsForResourceResponse.tags()
A list of tags on the resource.
|
List<Tag> |
FileSystem.tags()
The tags to associate with the file system.
|
List<Tag> |
CreateFileSystemFromBackupRequest.tags()
The tags to be applied to the file system at file system creation.
|
List<Tag> |
CopyBackupRequest.tags()
Returns the value of the Tags property for this object.
|
List<Tag> |
CreateFileSystemRequest.tags()
The tags to apply to the file system being created.
|
List<Tag> |
Backup.tags()
Tags associated with a particular file system.
|
List<Tag> |
TagResourceRequest.tags()
A list of tags for the resource.
|
List<Tag> |
DataRepositoryTask.tags()
Returns the value of the Tags property for this object.
|
List<Tag> |
CreateBackupRequest.tags()
(Optional) The tags to apply to the backup at backup creation.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteFileSystemWindowsResponse.Builder |
DeleteFileSystemWindowsResponse.Builder.finalBackupTags(Tag... finalBackupTags)
The set of tags applied to the final backup.
|
DeleteFileSystemLustreResponse.Builder |
DeleteFileSystemLustreResponse.Builder.finalBackupTags(Tag... finalBackupTags)
The set of tags applied to the final backup.
|
DeleteFileSystemLustreConfiguration.Builder |
DeleteFileSystemLustreConfiguration.Builder.finalBackupTags(Tag... finalBackupTags)
Use if
SkipFinalBackup is set to false, and you want to apply an array of tags to
the final backup. |
DeleteFileSystemWindowsConfiguration.Builder |
DeleteFileSystemWindowsConfiguration.Builder.finalBackupTags(Tag... finalBackupTags)
A set of tags for your final backup.
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A list of tags on the resource.
|
FileSystem.Builder |
FileSystem.Builder.tags(Tag... tags)
The tags to associate with the file system.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.tags(Tag... tags)
The tags to be applied to the file system at file system creation.
|
CopyBackupRequest.Builder |
CopyBackupRequest.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.tags(Tag... tags)
The tags to apply to the file system being created.
|
Backup.Builder |
Backup.Builder.tags(Tag... tags)
Tags associated with a particular file system.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A list of tags for the resource.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
CreateBackupRequest.Builder |
CreateBackupRequest.Builder.tags(Tag... tags)
(Optional) The tags to apply to the backup at backup creation.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteFileSystemWindowsResponse.Builder |
DeleteFileSystemWindowsResponse.Builder.finalBackupTags(Collection<Tag> finalBackupTags)
The set of tags applied to the final backup.
|
DeleteFileSystemLustreResponse.Builder |
DeleteFileSystemLustreResponse.Builder.finalBackupTags(Collection<Tag> finalBackupTags)
The set of tags applied to the final backup.
|
DeleteFileSystemLustreConfiguration.Builder |
DeleteFileSystemLustreConfiguration.Builder.finalBackupTags(Collection<Tag> finalBackupTags)
Use if
SkipFinalBackup is set to false, and you want to apply an array of tags to
the final backup. |
DeleteFileSystemWindowsConfiguration.Builder |
DeleteFileSystemWindowsConfiguration.Builder.finalBackupTags(Collection<Tag> finalBackupTags)
A set of tags for your final backup.
|
CreateDataRepositoryTaskRequest.Builder |
CreateDataRepositoryTaskRequest.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A list of tags on the resource.
|
FileSystem.Builder |
FileSystem.Builder.tags(Collection<Tag> tags)
The tags to associate with the file system.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.tags(Collection<Tag> tags)
The tags to be applied to the file system at file system creation.
|
CopyBackupRequest.Builder |
CopyBackupRequest.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.tags(Collection<Tag> tags)
The tags to apply to the file system being created.
|
Backup.Builder |
Backup.Builder.tags(Collection<Tag> tags)
Tags associated with a particular file system.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of tags for the resource.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateBackupRequest.Builder |
CreateBackupRequest.Builder.tags(Collection<Tag> tags)
(Optional) The tags to apply to the backup at backup creation.
|
Copyright © 2021. All rights reserved.