Uses of Interface
software.amazon.awssdk.services.transfer.model.DescribeExecutionRequest.Builder
-
Packages that use DescribeExecutionRequest.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 DescribeExecutionRequest.Builder in software.amazon.awssdk.services.transfer
Method parameters in software.amazon.awssdk.services.transfer with type arguments of type DescribeExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeExecutionResponse>TransferAsyncClient. describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest)You can useDescribeExecutionto check the details of the execution of the specified workflow.default DescribeExecutionResponseTransferClient. describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest)You can useDescribeExecutionto check the details of the execution of the specified workflow. -
Uses of DescribeExecutionRequest.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return DescribeExecutionRequest.Builder Modifier and Type Method Description static DescribeExecutionRequest.BuilderDescribeExecutionRequest. builder()DescribeExecutionRequest.BuilderDescribeExecutionRequest.Builder. executionId(String executionId)A unique identifier for the execution of a workflow.DescribeExecutionRequest.BuilderDescribeExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeExecutionRequest.BuilderDescribeExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeExecutionRequest.BuilderDescribeExecutionRequest. toBuilder()DescribeExecutionRequest.BuilderDescribeExecutionRequest.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 DescribeExecutionRequest.Builder Modifier and Type Method Description static Class<? extends DescribeExecutionRequest.Builder>DescribeExecutionRequest. serializableBuilderClass()
-