Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.requests |
Modifier and Type | Method and Description |
---|---|
CopyObjectResponse |
ObjectStorage.copyObject(CopyObjectRequest request)
Creates a request to copy an object within a region or to another region.
|
CopyObjectResponse |
ObjectStorageClient.copyObject(CopyObjectRequest request) |
Future<CopyObjectResponse> |
ObjectStorageAsyncClient.copyObject(CopyObjectRequest request,
AsyncHandler<CopyObjectRequest,CopyObjectResponse> handler) |
Future<CopyObjectResponse> |
ObjectStorageAsync.copyObject(CopyObjectRequest request,
AsyncHandler<CopyObjectRequest,CopyObjectResponse> handler)
Creates a request to copy an object within a region or to another region.
|
Modifier and Type | Method and Description |
---|---|
Future<CopyObjectResponse> |
ObjectStorageAsyncClient.copyObject(CopyObjectRequest request,
AsyncHandler<CopyObjectRequest,CopyObjectResponse> handler) |
Future<CopyObjectResponse> |
ObjectStorageAsync.copyObject(CopyObjectRequest request,
AsyncHandler<CopyObjectRequest,CopyObjectResponse> handler)
Creates a request to copy an object within a region or to another region.
|
Modifier and Type | Method and Description |
---|---|
CopyObjectRequest |
CopyObjectRequest.Builder.build()
Build the instance of CopyObjectRequest as configured by this builder
|
CopyObjectRequest |
CopyObjectRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CopyObjectRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.copy(CopyObjectRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.