Uses of Class
software.amazon.awssdk.services.transfer.model.ListedExecution
-
Packages that use ListedExecution Package Description software.amazon.awssdk.services.transfer.model software.amazon.awssdk.services.transfer.paginators -
-
Uses of ListedExecution in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListedExecution Modifier and Type Method Description List<ListedExecution>ListExecutionsResponse. executions()Returns the details for each execution, in aListedExecutionarray.Methods in software.amazon.awssdk.services.transfer.model with parameters of type ListedExecution Modifier and Type Method Description ListExecutionsResponse.BuilderListExecutionsResponse.Builder. executions(ListedExecution... executions)Returns the details for each execution, in aListedExecutionarray.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type ListedExecution Modifier and Type Method Description ListExecutionsResponse.BuilderListExecutionsResponse.Builder. executions(Collection<ListedExecution> executions)Returns the details for each execution, in aListedExecutionarray. -
Uses of ListedExecution in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListedExecution Modifier and Type Method Description SdkIterable<ListedExecution>ListExecutionsIterable. executions()Returns an iterable to iterate through the paginatedListExecutionsResponse.executions()member.SdkPublisher<ListedExecution>ListExecutionsPublisher. executions()Returns a publisher that can be used to get a stream of data.
-