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
-
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)The maximum number of items 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()
-