| 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<ListProfilesResult> |
AWSTransferAsyncClient.listProfilesAsync(ListProfilesRequest request,
AsyncHandler<ListProfilesRequest,ListProfilesResult> asyncHandler) |
Future<ListProfilesResult> |
AWSTransferAsync.listProfilesAsync(ListProfilesRequest listProfilesRequest,
AsyncHandler<ListProfilesRequest,ListProfilesResult> asyncHandler)
Returns a list of the profiles for your system.
|
Future<ListProfilesResult> |
AbstractAWSTransferAsync.listProfilesAsync(ListProfilesRequest request,
AsyncHandler<ListProfilesRequest,ListProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProfilesRequest |
ListProfilesRequest.clone() |
ListProfilesRequest |
ListProfilesRequest.withMaxResults(Integer maxResults)
The maximum number of profiles to return.
|
ListProfilesRequest |
ListProfilesRequest.withNextToken(String nextToken)
When there are additional results that were not returned, a
NextToken parameter is returned. |
ListProfilesRequest |
ListProfilesRequest.withProfileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
ListProfilesRequest |
ListProfilesRequest.withProfileType(String profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
Copyright © 2025. All rights reserved.