| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
List<TagListEntry> |
CreateLocationNfsRequest.tags()
The key-value pair that represents the tag that you want to add to the location.
|
List<TagListEntry> |
CreateAgentRequest.tags()
The key-value pair that represents the tag that you want to associate with the agent.
|
List<TagListEntry> |
ListTagsForResourceResponse.tags()
Array of resource tags.
|
List<TagListEntry> |
CreateLocationEfsRequest.tags()
The key-value pair that represents a tag that you want to add to the resource.
|
List<TagListEntry> |
CreateTaskRequest.tags()
The key-value pair that represents the tag that you want to add to the resource.
|
List<TagListEntry> |
CreateLocationFsxWindowsRequest.tags()
The key-value pair that represents a tag that you want to add to the resource.
|
List<TagListEntry> |
CreateLocationSmbRequest.tags()
The key-value pair that represents the tag that you want to add to the location.
|
List<TagListEntry> |
CreateLocationS3Request.tags()
The key-value pair that represents the tag that you want to add to the location.
|
List<TagListEntry> |
TagResourceRequest.tags()
The tags to apply.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.Builder.tags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.tags(TagListEntry... tags)
The key-value pair that represents the tag that you want to associate with the agent.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(TagListEntry... tags)
Array of resource tags.
|
CreateLocationEfsRequest.Builder |
CreateLocationEfsRequest.Builder.tags(TagListEntry... tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CreateTaskRequest.Builder |
CreateTaskRequest.Builder.tags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the resource.
|
CreateLocationFsxWindowsRequest.Builder |
CreateLocationFsxWindowsRequest.Builder.tags(TagListEntry... tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.tags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.tags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(TagListEntry... tags)
The tags to apply.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.Builder.tags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.tags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to associate with the agent.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<TagListEntry> tags)
Array of resource tags.
|
CreateLocationEfsRequest.Builder |
CreateLocationEfsRequest.Builder.tags(Collection<TagListEntry> tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CreateTaskRequest.Builder |
CreateTaskRequest.Builder.tags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the resource.
|
CreateLocationFsxWindowsRequest.Builder |
CreateLocationFsxWindowsRequest.Builder.tags(Collection<TagListEntry> tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.tags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationS3Request.Builder |
CreateLocationS3Request.Builder.tags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<TagListEntry> tags)
The tags to apply.
|
Copyright © 2020. All rights reserved.