| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
Key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
List<Tag> |
CreateUserRequest.tags()
Key-value pairs that can be used to group and search for users.
|
List<Tag> |
DescribedServer.tags()
Specifies the key-value pairs that you can use to search for and group servers that were assigned to the server
that was described.
|
List<Tag> |
CreateServerRequest.tags()
Key-value pairs that can be used to group and search for servers.
|
List<Tag> |
ListTagsForResourceResponse.tags()
Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items.
|
List<Tag> |
DescribedUser.tags()
Specifies the key-value pairs for the user requested.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
Key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.tags(Tag... tags)
Key-value pairs that can be used to group and search for users.
|
DescribedServer.Builder |
DescribedServer.Builder.tags(Tag... tags)
Specifies the key-value pairs that you can use to search for and group servers that were assigned to the
server that was described.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.tags(Tag... tags)
Key-value pairs that can be used to group and search for servers.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items.
|
DescribedUser.Builder |
DescribedUser.Builder.tags(Tag... tags)
Specifies the key-value pairs for the user requested.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
Key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.tags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for users.
|
DescribedServer.Builder |
DescribedServer.Builder.tags(Collection<Tag> tags)
Specifies the key-value pairs that you can use to search for and group servers that were assigned to the
server that was described.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.tags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for servers.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items.
|
DescribedUser.Builder |
DescribedUser.Builder.tags(Collection<Tag> tags)
Specifies the key-value pairs for the user requested.
|
Copyright © 2020. All rights reserved.