Constructor and Description |
---|
CopyOperation(com.oracle.bmc.objectstorage.ObjectStorage client,
com.oracle.bmc.objectstorage.requests.GetObjectRequest getRequest,
com.google.common.base.Function<com.oracle.bmc.objectstorage.responses.GetObjectResponse,com.oracle.bmc.objectstorage.requests.PutObjectRequest> putRequestFn) |
Modifier and Type | Method and Description |
---|---|
String |
call()
Returns the entity tag of the newly copied object.
|
@ConstructorProperties(value={"client","getRequest","putRequestFn"}) public CopyOperation(com.oracle.bmc.objectstorage.ObjectStorage client, com.oracle.bmc.objectstorage.requests.GetObjectRequest getRequest, com.google.common.base.Function<com.oracle.bmc.objectstorage.responses.GetObjectResponse,com.oracle.bmc.objectstorage.requests.PutObjectRequest> putRequestFn)
Copyright © 2016–2023. All rights reserved.