Uses of Interface
software.amazon.awssdk.services.transfer.model.StartDirectoryListingResponse.Builder
-
Packages that use StartDirectoryListingResponse.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of StartDirectoryListingResponse.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return StartDirectoryListingResponse.Builder Modifier and Type Method Description static StartDirectoryListingResponse.BuilderStartDirectoryListingResponse. builder()StartDirectoryListingResponse.BuilderStartDirectoryListingResponse.Builder. listingId(String listingId)Returns a unique identifier for the directory listing call.StartDirectoryListingResponse.BuilderStartDirectoryListingResponse.Builder. outputFileName(String outputFileName)Returns the file name where the results are stored.StartDirectoryListingResponse.BuilderStartDirectoryListingResponse. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type StartDirectoryListingResponse.Builder Modifier and Type Method Description static Class<? extends StartDirectoryListingResponse.Builder>StartDirectoryListingResponse. serializableBuilderClass()
-