Uses of Interface
software.amazon.awssdk.services.transfer.model.StartDirectoryListingRequest.Builder
-
Packages that use StartDirectoryListingRequest.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 StartDirectoryListingRequest.Builder in software.amazon.awssdk.services.transfer
Method parameters in software.amazon.awssdk.services.transfer with type arguments of type StartDirectoryListingRequest.Builder Modifier and Type Method Description default CompletableFuture<StartDirectoryListingResponse>TransferAsyncClient. startDirectoryListing(Consumer<StartDirectoryListingRequest.Builder> startDirectoryListingRequest)Retrieves a list of the contents of a directory from a remote SFTP server.default StartDirectoryListingResponseTransferClient. startDirectoryListing(Consumer<StartDirectoryListingRequest.Builder> startDirectoryListingRequest)Retrieves a list of the contents of a directory from a remote SFTP server. -
Uses of StartDirectoryListingRequest.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return StartDirectoryListingRequest.Builder Modifier and Type Method Description static StartDirectoryListingRequest.BuilderStartDirectoryListingRequest. builder()StartDirectoryListingRequest.BuilderStartDirectoryListingRequest.Builder. connectorId(String connectorId)The unique identifier for the connector.StartDirectoryListingRequest.BuilderStartDirectoryListingRequest.Builder. maxItems(Integer maxItems)An optional parameter where you can specify the maximum number of file/directory names to retrieve.StartDirectoryListingRequest.BuilderStartDirectoryListingRequest.Builder. outputDirectoryPath(String outputDirectoryPath)Specifies the path (bucket and prefix) in Amazon S3 storage to store the results of the directory listing.StartDirectoryListingRequest.BuilderStartDirectoryListingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartDirectoryListingRequest.BuilderStartDirectoryListingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartDirectoryListingRequest.BuilderStartDirectoryListingRequest.Builder. remoteDirectoryPath(String remoteDirectoryPath)Specifies the directory on the remote SFTP server for which you want to list its contents.StartDirectoryListingRequest.BuilderStartDirectoryListingRequest. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type StartDirectoryListingRequest.Builder Modifier and Type Method Description static Class<? extends StartDirectoryListingRequest.Builder>StartDirectoryListingRequest. serializableBuilderClass()
-