Uses of Interface
software.amazon.awssdk.services.transfer.model.ListExecutionsRequest.Builder
-
Packages that use ListExecutionsRequest.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 ListExecutionsRequest.Builder in software.amazon.awssdk.services.transfer
Method parameters in software.amazon.awssdk.services.transfer with type arguments of type ListExecutionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListExecutionsResponse>TransferAsyncClient. listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)Lists all in-progress executions for the specified workflow.default ListExecutionsResponseTransferClient. listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)Lists all in-progress executions for the specified workflow.default ListExecutionsPublisherTransferAsyncClient. listExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)Lists all in-progress executions for the specified workflow.default ListExecutionsIterableTransferClient. listExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)Lists all in-progress executions for the specified workflow. -
Uses of ListExecutionsRequest.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return ListExecutionsRequest.Builder Modifier and Type Method Description static ListExecutionsRequest.BuilderListExecutionsRequest. builder()ListExecutionsRequest.BuilderListExecutionsRequest.Builder. maxResults(Integer maxResults)Specifies the maximum number of executions to return.ListExecutionsRequest.BuilderListExecutionsRequest.Builder. nextToken(String nextToken)ListExecutionsreturns theNextTokenparameter in the output.ListExecutionsRequest.BuilderListExecutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListExecutionsRequest.BuilderListExecutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListExecutionsRequest.BuilderListExecutionsRequest. toBuilder()ListExecutionsRequest.BuilderListExecutionsRequest.Builder. workflowId(String workflowId)A unique identifier for the workflow.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListExecutionsRequest.Builder Modifier and Type Method Description static Class<? extends ListExecutionsRequest.Builder>ListExecutionsRequest. serializableBuilderClass()
-