| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DecryptStepDetails |
DecryptStepDetails.clone() |
DecryptStepDetails |
WorkflowStep.getDecryptStepDetails()
Details for a step that decrypts an encrypted file.
|
DecryptStepDetails |
DecryptStepDetails.withDestinationFileLocation(InputFileLocation destinationFileLocation) |
DecryptStepDetails |
DecryptStepDetails.withName(String name)
The name of the step, used as an identifier.
|
DecryptStepDetails |
DecryptStepDetails.withOverwriteExisting(OverwriteExisting overwriteExisting)
A flag that indicates whether to overwrite an existing file of the same name.
|
DecryptStepDetails |
DecryptStepDetails.withOverwriteExisting(String overwriteExisting)
A flag that indicates whether to overwrite an existing file of the same name.
|
DecryptStepDetails |
DecryptStepDetails.withSourceFileLocation(String sourceFileLocation)
Specifies which file to use as input to the workflow step: either the output from the previous step, or the
originally uploaded file for the workflow.
|
DecryptStepDetails |
DecryptStepDetails.withType(EncryptionType type)
The type of encryption used.
|
DecryptStepDetails |
DecryptStepDetails.withType(String type)
The type of encryption used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowStep.setDecryptStepDetails(DecryptStepDetails decryptStepDetails)
Details for a step that decrypts an encrypted file.
|
WorkflowStep |
WorkflowStep.withDecryptStepDetails(DecryptStepDetails decryptStepDetails)
Details for a step that decrypts an encrypted file.
|
Copyright © 2023. All rights reserved.