Uses of Class
software.amazon.awssdk.services.transfer.model.ListedConnector
-
Packages that use ListedConnector Package Description software.amazon.awssdk.services.transfer.model software.amazon.awssdk.services.transfer.paginators -
-
Uses of ListedConnector in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListedConnector Modifier and Type Method Description List<ListedConnector>ListConnectorsResponse. connectors()Returns an array, where each item contains the details of a connector.Methods in software.amazon.awssdk.services.transfer.model with parameters of type ListedConnector Modifier and Type Method Description ListConnectorsResponse.BuilderListConnectorsResponse.Builder. connectors(ListedConnector... connectors)Returns an array, where each item contains the details of a connector.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type ListedConnector Modifier and Type Method Description ListConnectorsResponse.BuilderListConnectorsResponse.Builder. connectors(Collection<ListedConnector> connectors)Returns an array, where each item contains the details of a connector. -
Uses of ListedConnector in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListedConnector Modifier and Type Method Description SdkIterable<ListedConnector>ListConnectorsIterable. connectors()Returns an iterable to iterate through the paginatedListConnectorsResponse.connectors()member.SdkPublisher<ListedConnector>ListConnectorsPublisher. connectors()Returns a publisher that can be used to get a stream of data.
-