| 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<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 |
|---|---|
CreateProfileRequest |
CreateProfileRequest.clone() |
CreateProfileRequest |
CreateProfileRequest.withAs2Id(String as2Id)
The
As2Id is the AS2-name, as defined in the RFC 4130. |
CreateProfileRequest |
CreateProfileRequest.withCertificateIds(Collection<String> certificateIds)
An array of identifiers for the imported certificates.
|
CreateProfileRequest |
CreateProfileRequest.withCertificateIds(String... certificateIds)
An array of identifiers for the imported certificates.
|
CreateProfileRequest |
CreateProfileRequest.withProfileType(ProfileType profileType)
Determines the type of profile to create:
|
CreateProfileRequest |
CreateProfileRequest.withProfileType(String profileType)
Determines the type of profile to create:
|
CreateProfileRequest |
CreateProfileRequest.withTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for AS2 profiles.
|
CreateProfileRequest |
CreateProfileRequest.withTags(Tag... tags)
Key-value pairs that can be used to group and search for AS2 profiles.
|
Copyright © 2023. All rights reserved.