| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The name assigned to the tag that you create.
|
Tag |
Tag.withValue(String value)
This property contains one or more values that you assigned to the key name you create.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
Key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
List<Tag> |
CreateServerRequest.getTags()
Key-value pairs that can be used to group and search for servers.
|
List<Tag> |
DescribedUser.getTags()
This property contains the key-value pairs for the user requested.
|
List<Tag> |
CreateUserRequest.getTags()
Key-value pairs that can be used to group and search for users.
|
List<Tag> |
ListTagsForResourceResult.getTags()
Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items.
|
List<Tag> |
DescribedServer.getTags()
This property contains the key-value pairs that you can use to search for and group servers that were assigned to
the server that was described.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
Key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
CreateServerRequest |
CreateServerRequest.withTags(Tag... tags)
Key-value pairs that can be used to group and search for servers.
|
DescribedUser |
DescribedUser.withTags(Tag... tags)
This property contains the key-value pairs for the user requested.
|
CreateUserRequest |
CreateUserRequest.withTags(Tag... tags)
Key-value pairs that can be used to group and search for users.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items.
|
DescribedServer |
DescribedServer.withTags(Tag... tags)
This property contains the key-value pairs that you can use to search for and group servers that were assigned to
the server that was described.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
Key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
void |
CreateServerRequest.setTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for servers.
|
void |
DescribedUser.setTags(Collection<Tag> tags)
This property contains the key-value pairs for the user requested.
|
void |
CreateUserRequest.setTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for users.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items.
|
void |
DescribedServer.setTags(Collection<Tag> tags)
This property contains the key-value pairs that you can use to search for and group servers that were assigned to
the server that was described.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
Key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
CreateServerRequest |
CreateServerRequest.withTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for servers.
|
DescribedUser |
DescribedUser.withTags(Collection<Tag> tags)
This property contains the key-value pairs for the user requested.
|
CreateUserRequest |
CreateUserRequest.withTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for users.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items.
|
DescribedServer |
DescribedServer.withTags(Collection<Tag> tags)
This property contains the key-value pairs that you can use to search for and group servers that were assigned to
the server that was described.
|
Copyright © 2019. All rights reserved.