| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateProfileResponse |
TransferClient.createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)
Creates the local or partner profile to use for AS2 transfers.
|
default CompletableFuture<CreateProfileResponse> |
TransferAsyncClient.createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)
Creates the local or partner profile to use for AS2 transfers.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.as2Id(String as2Id)
The
As2Id is the AS2-name, as defined in the RFC 4130. |
static CreateProfileRequest.Builder |
CreateProfileRequest.builder() |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.certificateIds(Collection<String> certificateIds)
An array of identifiers for the imported certificates.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.certificateIds(String... certificateIds)
An array of identifiers for the imported certificates.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.profileType(ProfileType profileType)
Determines the type of profile to create:
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.profileType(String profileType)
Determines the type of profile to create:
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for AS2 profiles.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Key-value pairs that can be used to group and search for AS2 profiles.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Tag... tags)
Key-value pairs that can be used to group and search for AS2 profiles.
|
CreateProfileRequest.Builder |
CreateProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateProfileRequest.Builder> |
CreateProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.