| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
A value that specifies the
TagKey, the name of the tag. |
Tag |
Tag.withValue(String value)
A value that specifies the
TagValue, the value assigned to the corresponding tag key. |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
DeleteFileSystemLustreConfiguration.getFinalBackupTags()
Use if
SkipFinalBackup is set to false, and you want to apply an array of tags to the
final backup. |
List<Tag> |
DeleteFileSystemWindowsConfiguration.getFinalBackupTags()
A set of tags for your final backup.
|
List<Tag> |
DeleteFileSystemWindowsResponse.getFinalBackupTags()
The set of tags applied to the final backup.
|
List<Tag> |
DeleteFileSystemLustreResponse.getFinalBackupTags()
The set of tags applied to the final backup.
|
List<Tag> |
TagResourceRequest.getTags()
A list of tags for the resource.
|
List<Tag> |
CreateFileSystemRequest.getTags()
The tags to apply to the file system being created.
|
List<Tag> |
CreateBackupRequest.getTags()
(Optional) The tags to apply to the backup at backup creation.
|
List<Tag> |
DataRepositoryTask.getTags() |
List<Tag> |
CreateFileSystemFromBackupRequest.getTags()
The tags to be applied to the file system at file system creation.
|
List<Tag> |
Backup.getTags()
Tags associated with a particular file system.
|
List<Tag> |
CreateDataRepositoryTaskRequest.getTags() |
List<Tag> |
ListTagsForResourceResult.getTags()
A list of tags on the resource.
|
List<Tag> |
FileSystem.getTags()
The tags to associate with the file system.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteFileSystemLustreConfiguration |
DeleteFileSystemLustreConfiguration.withFinalBackupTags(Tag... finalBackupTags)
Use if
SkipFinalBackup is set to false, and you want to apply an array of tags to the
final backup. |
DeleteFileSystemWindowsConfiguration |
DeleteFileSystemWindowsConfiguration.withFinalBackupTags(Tag... finalBackupTags)
A set of tags for your final backup.
|
DeleteFileSystemWindowsResponse |
DeleteFileSystemWindowsResponse.withFinalBackupTags(Tag... finalBackupTags)
The set of tags applied to the final backup.
|
DeleteFileSystemLustreResponse |
DeleteFileSystemLustreResponse.withFinalBackupTags(Tag... finalBackupTags)
The set of tags applied to the final backup.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of tags for the resource.
|
CreateFileSystemRequest |
CreateFileSystemRequest.withTags(Tag... tags)
The tags to apply to the file system being created.
|
CreateBackupRequest |
CreateBackupRequest.withTags(Tag... tags)
(Optional) The tags to apply to the backup at backup creation.
|
DataRepositoryTask |
DataRepositoryTask.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withTags(Tag... tags)
The tags to be applied to the file system at file system creation.
|
Backup |
Backup.withTags(Tag... tags)
Tags associated with a particular file system.
|
CreateDataRepositoryTaskRequest |
CreateDataRepositoryTaskRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of tags on the resource.
|
FileSystem |
FileSystem.withTags(Tag... tags)
The tags to associate with the file system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteFileSystemLustreConfiguration.setFinalBackupTags(Collection<Tag> finalBackupTags)
Use if
SkipFinalBackup is set to false, and you want to apply an array of tags to the
final backup. |
void |
DeleteFileSystemWindowsConfiguration.setFinalBackupTags(Collection<Tag> finalBackupTags)
A set of tags for your final backup.
|
void |
DeleteFileSystemWindowsResponse.setFinalBackupTags(Collection<Tag> finalBackupTags)
The set of tags applied to the final backup.
|
void |
DeleteFileSystemLustreResponse.setFinalBackupTags(Collection<Tag> finalBackupTags)
The set of tags applied to the final backup.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of tags for the resource.
|
void |
CreateFileSystemRequest.setTags(Collection<Tag> tags)
The tags to apply to the file system being created.
|
void |
CreateBackupRequest.setTags(Collection<Tag> tags)
(Optional) The tags to apply to the backup at backup creation.
|
void |
DataRepositoryTask.setTags(Collection<Tag> tags) |
void |
CreateFileSystemFromBackupRequest.setTags(Collection<Tag> tags)
The tags to be applied to the file system at file system creation.
|
void |
Backup.setTags(Collection<Tag> tags)
Tags associated with a particular file system.
|
void |
CreateDataRepositoryTaskRequest.setTags(Collection<Tag> tags) |
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A list of tags on the resource.
|
void |
FileSystem.setTags(Collection<Tag> tags)
The tags to associate with the file system.
|
DeleteFileSystemLustreConfiguration |
DeleteFileSystemLustreConfiguration.withFinalBackupTags(Collection<Tag> finalBackupTags)
Use if
SkipFinalBackup is set to false, and you want to apply an array of tags to the
final backup. |
DeleteFileSystemWindowsConfiguration |
DeleteFileSystemWindowsConfiguration.withFinalBackupTags(Collection<Tag> finalBackupTags)
A set of tags for your final backup.
|
DeleteFileSystemWindowsResponse |
DeleteFileSystemWindowsResponse.withFinalBackupTags(Collection<Tag> finalBackupTags)
The set of tags applied to the final backup.
|
DeleteFileSystemLustreResponse |
DeleteFileSystemLustreResponse.withFinalBackupTags(Collection<Tag> finalBackupTags)
The set of tags applied to the final backup.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of tags for the resource.
|
CreateFileSystemRequest |
CreateFileSystemRequest.withTags(Collection<Tag> tags)
The tags to apply to the file system being created.
|
CreateBackupRequest |
CreateBackupRequest.withTags(Collection<Tag> tags)
(Optional) The tags to apply to the backup at backup creation.
|
DataRepositoryTask |
DataRepositoryTask.withTags(Collection<Tag> tags) |
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withTags(Collection<Tag> tags)
The tags to be applied to the file system at file system creation.
|
Backup |
Backup.withTags(Collection<Tag> tags)
Tags associated with a particular file system.
|
CreateDataRepositoryTaskRequest |
CreateDataRepositoryTaskRequest.withTags(Collection<Tag> tags) |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of tags on the resource.
|
FileSystem |
FileSystem.withTags(Collection<Tag> tags)
The tags to associate with the file system.
|
Copyright © 2020. All rights reserved.