| 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 |
|---|---|
ListProfilesResult |
AbstractAWSTransfer.listProfiles(ListProfilesRequest request) |
ListProfilesResult |
AWSTransfer.listProfiles(ListProfilesRequest listProfilesRequest)
Returns a list of the profiles for your system.
|
ListProfilesResult |
AWSTransferClient.listProfiles(ListProfilesRequest request)
Returns a list of the profiles for your system.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListProfilesResult> |
AbstractAWSTransferAsync.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> |
AWSTransferAsyncClient.listProfilesAsync(ListProfilesRequest request,
AsyncHandler<ListProfilesRequest,ListProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProfilesResult |
ListProfilesResult.clone() |
ListProfilesResult |
ListProfilesResult.withNextToken(String nextToken)
Returns a token that you can use to call
ListProfiles again and receive additional results, if there
are any. |
ListProfilesResult |
ListProfilesResult.withProfiles(Collection<ListedProfile> profiles)
Returns an array, where each item contains the details of a profile.
|
ListProfilesResult |
ListProfilesResult.withProfiles(ListedProfile... profiles)
Returns an array, where each item contains the details of a profile.
|
Copyright © 2023. All rights reserved.