| 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 |
|---|---|
DescribeProfileResult |
AWSTransferClient.describeProfile(DescribeProfileRequest request)
Returns the details of the profile that's specified by the
ProfileId. |
DescribeProfileResult |
AWSTransfer.describeProfile(DescribeProfileRequest describeProfileRequest)
Returns the details of the profile that's specified by the
ProfileId. |
DescribeProfileResult |
AbstractAWSTransfer.describeProfile(DescribeProfileRequest request) |
| 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 |
|---|---|
DescribeProfileResult |
DescribeProfileResult.clone() |
DescribeProfileResult |
DescribeProfileResult.withProfile(DescribedProfile profile)
The details of the specified profile, returned as an object.
|
Copyright © 2025. All rights reserved.