Package | Description |
---|---|
org.kuali.common.aws.s3 | |
org.kuali.common.aws.s3.model |
Modifier and Type | Method and Description |
---|---|
CopyObjectResult |
S3Service.copyObject(String bucket,
String srcKey,
String dstKey)
Create a copy of an object inside a bucket
|
CopyObjectResult |
DefaultS3Service.copyObject(String bucket,
String srcKey,
String dstKey)
Copy an object in a bucket to another name.
|
Modifier and Type | Method and Description |
---|---|
CopyObjectResult |
CopyObjectResult.Builder.build() |
static CopyObjectResult |
CopyObjectResult.copyOf(com.amazonaws.services.s3.model.CopyObjectResult mutable) |
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.