| 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 |
|---|---|
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 |
|---|---|
ListTagsForResourceRequest |
ListTagsForResourceRequest.clone() |
ListTagsForResourceRequest |
ListTagsForResourceRequest.withArn(String arn)
Requests the tags associated with a particular Amazon Resource Name (ARN).
|
ListTagsForResourceRequest |
ListTagsForResourceRequest.withMaxResults(Integer maxResults)
Specifies the number of tags to return as a response to the
ListTagsForResource request. |
ListTagsForResourceRequest |
ListTagsForResourceRequest.withNextToken(String nextToken)
When you request additional results from the
ListTagsForResource operation, a NextToken
parameter is returned in the input. |
Copyright © 2023. All rights reserved.