Uses of Class
software.amazon.awssdk.services.transfer.model.ListWebAppsResponse
-
Packages that use ListWebAppsResponse 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.paginators -
-
Uses of ListWebAppsResponse in software.amazon.awssdk.services.transfer
Methods in software.amazon.awssdk.services.transfer that return ListWebAppsResponse Modifier and Type Method Description default ListWebAppsResponseTransferClient. listWebApps(Consumer<ListWebAppsRequest.Builder> listWebAppsRequest)Lists all web apps associated with your Amazon Web Services account for your current region.default ListWebAppsResponseTransferClient. listWebApps(ListWebAppsRequest listWebAppsRequest)Lists all web apps associated with your Amazon Web Services account for your current region.Methods in software.amazon.awssdk.services.transfer that return types with arguments of type ListWebAppsResponse Modifier and Type Method Description default CompletableFuture<ListWebAppsResponse>TransferAsyncClient. listWebApps(Consumer<ListWebAppsRequest.Builder> listWebAppsRequest)Lists all web apps associated with your Amazon Web Services account for your current region.default CompletableFuture<ListWebAppsResponse>TransferAsyncClient. listWebApps(ListWebAppsRequest listWebAppsRequest)Lists all web apps associated with your Amazon Web Services account for your current region. -
Uses of ListWebAppsResponse in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListWebAppsResponse Modifier and Type Method Description Iterator<ListWebAppsResponse>ListWebAppsIterable. iterator()Method parameters in software.amazon.awssdk.services.transfer.paginators with type arguments of type ListWebAppsResponse Modifier and Type Method Description voidListWebAppsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWebAppsResponse> subscriber)
-