Uses of Interface
software.amazon.awssdk.services.transfer.model.DescribeWorkflowRequest.Builder
-
Packages that use DescribeWorkflowRequest.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 DescribeWorkflowRequest.Builder in software.amazon.awssdk.services.transfer
Method parameters in software.amazon.awssdk.services.transfer with type arguments of type DescribeWorkflowRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeWorkflowResponse>TransferAsyncClient. describeWorkflow(Consumer<DescribeWorkflowRequest.Builder> describeWorkflowRequest)Describes the specified workflow.default DescribeWorkflowResponseTransferClient. describeWorkflow(Consumer<DescribeWorkflowRequest.Builder> describeWorkflowRequest)Describes the specified workflow. -
Uses of DescribeWorkflowRequest.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return DescribeWorkflowRequest.Builder Modifier and Type Method Description static DescribeWorkflowRequest.BuilderDescribeWorkflowRequest. builder()DescribeWorkflowRequest.BuilderDescribeWorkflowRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeWorkflowRequest.BuilderDescribeWorkflowRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeWorkflowRequest.BuilderDescribeWorkflowRequest. toBuilder()DescribeWorkflowRequest.BuilderDescribeWorkflowRequest.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 DescribeWorkflowRequest.Builder Modifier and Type Method Description static Class<? extends DescribeWorkflowRequest.Builder>DescribeWorkflowRequest. serializableBuilderClass()
-