| 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> |
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> |
FileSystem.getTags()
The tags to associate with the file system.
|
List<Tag> |
TagResourceRequest.getTags()
A list of tags for the resource.
|
List<Tag> |
CreateFileSystemFromBackupRequest.getTags()
The tags to be applied to the file system at file system creation.
|
List<Tag> |
CreateFileSystemRequest.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> |
ListTagsForResourceResult.getTags()
A list of tags on the resource.
|
List<Tag> |
CreateBackupRequest.getTags()
The tags to apply to the backup at backup creation.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
FileSystem |
FileSystem.withTags(Tag... tags)
The tags to associate with the file system.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of tags for the resource.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withTags(Tag... tags)
The tags to be applied to the file system at file system creation.
|
CreateFileSystemRequest |
CreateFileSystemRequest.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.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of tags on the resource.
|
CreateBackupRequest |
CreateBackupRequest.withTags(Tag... tags)
The tags to apply to the backup at backup creation.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
FileSystem.setTags(Collection<Tag> tags)
The tags to associate with the file system.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of tags for the resource.
|
void |
CreateFileSystemFromBackupRequest.setTags(Collection<Tag> tags)
The tags to be applied to the file system at file system creation.
|
void |
CreateFileSystemRequest.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 |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A list of tags on the resource.
|
void |
CreateBackupRequest.setTags(Collection<Tag> tags)
The tags to apply to the backup at backup creation.
|
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.
|
FileSystem |
FileSystem.withTags(Collection<Tag> tags)
The tags to associate with the file system.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of tags for the resource.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withTags(Collection<Tag> tags)
The tags to be applied to the file system at file system creation.
|
CreateFileSystemRequest |
CreateFileSystemRequest.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.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of tags on the resource.
|
CreateBackupRequest |
CreateBackupRequest.withTags(Collection<Tag> tags)
The tags to apply to the backup at backup creation.
|
Copyright © 2019. All rights reserved.