| 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<UpdateProfileResult> |
AbstractAWSTransferAsync.updateProfileAsync(UpdateProfileRequest request,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler) |
Future<UpdateProfileResult> |
AWSTransferAsync.updateProfileAsync(UpdateProfileRequest updateProfileRequest,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler)
Updates some of the parameters for an existing profile.
|
Future<UpdateProfileResult> |
AWSTransferAsyncClient.updateProfileAsync(UpdateProfileRequest request,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileRequest |
UpdateProfileRequest.clone() |
UpdateProfileRequest |
UpdateProfileRequest.withCertificateIds(Collection<String> certificateIds)
An array of identifiers for the imported certificates.
|
UpdateProfileRequest |
UpdateProfileRequest.withCertificateIds(String... certificateIds)
An array of identifiers for the imported certificates.
|
UpdateProfileRequest |
UpdateProfileRequest.withProfileId(String profileId)
The identifier of the profile object that you are updating.
|
Copyright © 2023. All rights reserved.