| 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 |
|---|---|
CreateProfileResult |
AWSTransferClient.createProfile(CreateProfileRequest request)
Creates the local or partner profile to use for AS2 transfers.
|
CreateProfileResult |
AWSTransfer.createProfile(CreateProfileRequest createProfileRequest)
Creates the local or partner profile to use for AS2 transfers.
|
CreateProfileResult |
AbstractAWSTransfer.createProfile(CreateProfileRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProfileResult> |
AWSTransferAsyncClient.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
Future<CreateProfileResult> |
AWSTransferAsync.createProfileAsync(CreateProfileRequest createProfileRequest,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler)
Creates the local or partner profile to use for AS2 transfers.
|
Future<CreateProfileResult> |
AbstractAWSTransferAsync.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProfileResult |
CreateProfileResult.clone() |
CreateProfileResult |
CreateProfileResult.withProfileId(String profileId)
The unique identifier for the AS2 profile, returned after the API call succeeds.
|
Copyright © 2023. All rights reserved.