| 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<DescribeProfileResult> |
AWSTransferAsyncClient.describeProfileAsync(DescribeProfileRequest request,
AsyncHandler<DescribeProfileRequest,DescribeProfileResult> asyncHandler) |
Future<DescribeProfileResult> |
AWSTransferAsync.describeProfileAsync(DescribeProfileRequest describeProfileRequest,
AsyncHandler<DescribeProfileRequest,DescribeProfileResult> asyncHandler)
Returns the details of the profile that's specified by the
ProfileId. |
Future<DescribeProfileResult> |
AbstractAWSTransferAsync.describeProfileAsync(DescribeProfileRequest request,
AsyncHandler<DescribeProfileRequest,DescribeProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeProfileRequest |
DescribeProfileRequest.clone() |
DescribeProfileRequest |
DescribeProfileRequest.withProfileId(String profileId)
The identifier of the profile that you want described.
|
Copyright © 2023. All rights reserved.