| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DescribeExecutionResponse |
TransferClient.describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest)
You can use
DescribeExecution to check the details of the execution of the specified workflow. |
default CompletableFuture<DescribeExecutionResponse> |
TransferAsyncClient.describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest)
You can use
DescribeExecution to check the details of the execution of the specified workflow. |
| Modifier and Type | Method and Description |
|---|---|
static DescribeExecutionRequest.Builder |
DescribeExecutionRequest.builder() |
DescribeExecutionRequest.Builder |
DescribeExecutionRequest.Builder.executionId(String executionId)
A unique identifier for the execution of a workflow.
|
DescribeExecutionRequest.Builder |
DescribeExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeExecutionRequest.Builder |
DescribeExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeExecutionRequest.Builder |
DescribeExecutionRequest.toBuilder() |
DescribeExecutionRequest.Builder |
DescribeExecutionRequest.Builder.workflowId(String workflowId)
A unique identifier for the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeExecutionRequest.Builder> |
DescribeExecutionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.