| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
TagListEntry |
TagListEntry.clone() |
TagListEntry |
TagListEntry.withKey(String key)
The key for an AWS resource tag.
|
TagListEntry |
TagListEntry.withValue(String value)
The value for an AWS resource tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagListEntry> |
CreateLocationEfsRequest.getTags()
The key-value pair that represents a tag that you want to add to the resource.
|
List<TagListEntry> |
TagResourceRequest.getTags()
The tags to apply.
|
List<TagListEntry> |
CreateLocationSmbRequest.getTags()
The key-value pair that represents the tag that you want to add to the location.
|
List<TagListEntry> |
CreateLocationS3Request.getTags()
The key-value pair that represents the tag that you want to add to the location.
|
List<TagListEntry> |
CreateLocationNfsRequest.getTags()
The key-value pair that represents the tag that you want to add to the location.
|
List<TagListEntry> |
CreateAgentRequest.getTags()
The key-value pair that represents the tag that you want to associate with the agent.
|
List<TagListEntry> |
ListTagsForResourceResult.getTags()
Array of resource tags.
|
List<TagListEntry> |
CreateTaskRequest.getTags()
The key-value pair that represents the tag that you want to add to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationEfsRequest |
CreateLocationEfsRequest.withTags(TagListEntry... tags)
The key-value pair that represents a tag that you want to add to the resource.
|
TagResourceRequest |
TagResourceRequest.withTags(TagListEntry... tags)
The tags to apply.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withTags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationS3Request |
CreateLocationS3Request.withTags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationNfsRequest |
CreateLocationNfsRequest.withTags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateAgentRequest |
CreateAgentRequest.withTags(TagListEntry... tags)
The key-value pair that represents the tag that you want to associate with the agent.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(TagListEntry... tags)
Array of resource tags.
|
CreateTaskRequest |
CreateTaskRequest.withTags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateLocationEfsRequest.setTags(Collection<TagListEntry> tags)
The key-value pair that represents a tag that you want to add to the resource.
|
void |
TagResourceRequest.setTags(Collection<TagListEntry> tags)
The tags to apply.
|
void |
CreateLocationSmbRequest.setTags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
void |
CreateLocationS3Request.setTags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
void |
CreateLocationNfsRequest.setTags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
void |
CreateAgentRequest.setTags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to associate with the agent.
|
void |
ListTagsForResourceResult.setTags(Collection<TagListEntry> tags)
Array of resource tags.
|
void |
CreateTaskRequest.setTags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the resource.
|
CreateLocationEfsRequest |
CreateLocationEfsRequest.withTags(Collection<TagListEntry> tags)
The key-value pair that represents a tag that you want to add to the resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<TagListEntry> tags)
The tags to apply.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withTags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationS3Request |
CreateLocationS3Request.withTags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationNfsRequest |
CreateLocationNfsRequest.withTags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateAgentRequest |
CreateAgentRequest.withTags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to associate with the agent.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<TagListEntry> tags)
Array of resource tags.
|
CreateTaskRequest |
CreateTaskRequest.withTags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the resource.
|
Copyright © 2019. All rights reserved.