| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP),
File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of
Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AWSTransferClient.listTagsForResource(ListTagsForResourceRequest request)
Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify.
|
ListTagsForResourceResult |
AWSTransfer.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify.
|
ListTagsForResourceResult |
AbstractAWSTransfer.listTagsForResource(ListTagsForResourceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AWSTransferAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSTransferAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify.
|
Future<ListTagsForResourceResult> |
AbstractAWSTransferAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withArn(String arn)
The ARN you specified to list the tags of.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withNextToken(String nextToken)
When you can get additional results from the
ListTagsForResource call, a NextToken
parameter is returned in the output. |
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.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items.
|
Copyright © 2025. All rights reserved.