| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
InputFileLocation |
InputFileLocation.clone() |
InputFileLocation |
DecryptStepDetails.getDestinationFileLocation()
Specifies the location for the file being decrypted.
|
InputFileLocation |
CopyStepDetails.getDestinationFileLocation()
Specifies the location for the file being copied.
|
InputFileLocation |
InputFileLocation.withEfsFileLocation(EfsFileLocation efsFileLocation)
Specifies the details for the Amazon Elastic File System (Amazon EFS) file that's being decrypted.
|
InputFileLocation |
InputFileLocation.withS3FileLocation(S3InputFileLocation s3FileLocation)
Specifies the details for the Amazon S3 file that's being copied or decrypted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecryptStepDetails.setDestinationFileLocation(InputFileLocation destinationFileLocation)
Specifies the location for the file being decrypted.
|
void |
CopyStepDetails.setDestinationFileLocation(InputFileLocation destinationFileLocation)
Specifies the location for the file being copied.
|
DecryptStepDetails |
DecryptStepDetails.withDestinationFileLocation(InputFileLocation destinationFileLocation)
Specifies the location for the file being decrypted.
|
CopyStepDetails |
CopyStepDetails.withDestinationFileLocation(InputFileLocation destinationFileLocation)
Specifies the location for the file being copied.
|
Copyright © 2023. All rights reserved.