Uses of Class
software.amazon.awssdk.services.transfer.model.ListedServer
-
Packages that use ListedServer Package Description software.amazon.awssdk.services.transfer.model software.amazon.awssdk.services.transfer.paginators -
-
Uses of ListedServer in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListedServer Modifier and Type Method Description List<ListedServer>ListServersResponse. servers()An array of servers that were listed.Methods in software.amazon.awssdk.services.transfer.model with parameters of type ListedServer Modifier and Type Method Description ListServersResponse.BuilderListServersResponse.Builder. servers(ListedServer... servers)An array of servers that were listed.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type ListedServer Modifier and Type Method Description ListServersResponse.BuilderListServersResponse.Builder. servers(Collection<ListedServer> servers)An array of servers that were listed. -
Uses of ListedServer in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListedServer Modifier and Type Method Description SdkIterable<ListedServer>ListServersIterable. servers()Returns an iterable to iterate through the paginatedListServersResponse.servers()member.SdkPublisher<ListedServer>ListServersPublisher. servers()Returns a publisher that can be used to get a stream of data.
-