Uses of Interface
software.amazon.awssdk.services.transfer.model.UpdateProfileRequest.Builder
-
Packages that use UpdateProfileRequest.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 UpdateProfileRequest.Builder in software.amazon.awssdk.services.transfer
Method parameters in software.amazon.awssdk.services.transfer with type arguments of type UpdateProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateProfileResponse>TransferAsyncClient. updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)Updates some of the parameters for an existing profile.default UpdateProfileResponseTransferClient. updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)Updates some of the parameters for an existing profile. -
Uses of UpdateProfileRequest.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return UpdateProfileRequest.Builder Modifier and Type Method Description static UpdateProfileRequest.BuilderUpdateProfileRequest. builder()UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. certificateIds(String... certificateIds)An array of identifiers for the imported certificates.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. certificateIds(Collection<String> certificateIds)An array of identifiers for the imported certificates.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. profileId(String profileId)The identifier of the profile object that you are updating.UpdateProfileRequest.BuilderUpdateProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type UpdateProfileRequest.Builder Modifier and Type Method Description static Class<? extends UpdateProfileRequest.Builder>UpdateProfileRequest. serializableBuilderClass()
-