Uses of Class
software.amazon.awssdk.services.transfer.model.CreateWebAppResponse
-
Packages that use CreateWebAppResponse 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. -
-
Uses of CreateWebAppResponse in software.amazon.awssdk.services.transfer
Methods in software.amazon.awssdk.services.transfer that return CreateWebAppResponse Modifier and Type Method Description default CreateWebAppResponseTransferClient. createWebApp(Consumer<CreateWebAppRequest.Builder> createWebAppRequest)Creates a web app based on specified parameters, and returns the ID for the new web app.default CreateWebAppResponseTransferClient. createWebApp(CreateWebAppRequest createWebAppRequest)Creates a web app based on specified parameters, and returns the ID for the new web app.Methods in software.amazon.awssdk.services.transfer that return types with arguments of type CreateWebAppResponse Modifier and Type Method Description default CompletableFuture<CreateWebAppResponse>TransferAsyncClient. createWebApp(Consumer<CreateWebAppRequest.Builder> createWebAppRequest)Creates a web app based on specified parameters, and returns the ID for the new web app.default CompletableFuture<CreateWebAppResponse>TransferAsyncClient. createWebApp(CreateWebAppRequest createWebAppRequest)Creates a web app based on specified parameters, and returns the ID for the new web app.
-