Uses of Interface
software.amazon.awssdk.services.transfer.model.CreateProfileRequest.Builder
-
Packages that use CreateProfileRequest.Builder 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 -
-
Uses of CreateProfileRequest.Builder in software.amazon.awssdk.services.transfer
Method parameters in software.amazon.awssdk.services.transfer with type arguments of type CreateProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateProfileResponse>TransferAsyncClient. createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)Creates the local or partner profile to use for AS2 transfers.default CreateProfileResponseTransferClient. createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)Creates the local or partner profile to use for AS2 transfers. -
Uses of CreateProfileRequest.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return CreateProfileRequest.Builder Modifier and Type Method Description CreateProfileRequest.BuilderCreateProfileRequest.Builder. as2Id(String as2Id)TheAs2Idis the AS2-name, as defined in the RFC 4130.static CreateProfileRequest.BuilderCreateProfileRequest. builder()CreateProfileRequest.BuilderCreateProfileRequest.Builder. certificateIds(String... certificateIds)An array of identifiers for the imported certificates.CreateProfileRequest.BuilderCreateProfileRequest.Builder. certificateIds(Collection<String> certificateIds)An array of identifiers for the imported certificates.CreateProfileRequest.BuilderCreateProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateProfileRequest.BuilderCreateProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateProfileRequest.BuilderCreateProfileRequest.Builder. profileType(String profileType)Determines the type of profile to create:CreateProfileRequest.BuilderCreateProfileRequest.Builder. profileType(ProfileType profileType)Determines the type of profile to create:CreateProfileRequest.BuilderCreateProfileRequest.Builder. tags(Collection<Tag> tags)Key-value pairs that can be used to group and search for AS2 profiles.CreateProfileRequest.BuilderCreateProfileRequest.Builder. tags(Consumer<Tag.Builder>... tags)Key-value pairs that can be used to group and search for AS2 profiles.CreateProfileRequest.BuilderCreateProfileRequest.Builder. tags(Tag... tags)Key-value pairs that can be used to group and search for AS2 profiles.CreateProfileRequest.BuilderCreateProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type CreateProfileRequest.Builder Modifier and Type Method Description static Class<? extends CreateProfileRequest.Builder>CreateProfileRequest. serializableBuilderClass()
-