| 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 |
|---|---|
DeleteProfileResult |
AbstractAWSTransfer.deleteProfile(DeleteProfileRequest request) |
DeleteProfileResult |
AWSTransfer.deleteProfile(DeleteProfileRequest deleteProfileRequest)
Deletes the profile that's specified in the
ProfileId parameter. |
DeleteProfileResult |
AWSTransferClient.deleteProfile(DeleteProfileRequest request)
Deletes the profile that's specified in the
ProfileId parameter. |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteProfileResult> |
AbstractAWSTransferAsync.deleteProfileAsync(DeleteProfileRequest request,
AsyncHandler<DeleteProfileRequest,DeleteProfileResult> asyncHandler) |
Future<DeleteProfileResult> |
AWSTransferAsync.deleteProfileAsync(DeleteProfileRequest deleteProfileRequest,
AsyncHandler<DeleteProfileRequest,DeleteProfileResult> asyncHandler)
Deletes the profile that's specified in the
ProfileId parameter. |
Future<DeleteProfileResult> |
AWSTransferAsyncClient.deleteProfileAsync(DeleteProfileRequest request,
AsyncHandler<DeleteProfileRequest,DeleteProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteProfileResult |
DeleteProfileResult.clone() |
Copyright © 2023. All rights reserved.