Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.responses |
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) |
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 |
---|---|
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 |
---|---|
CopyObjectResponse |
CopyObjectResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
CopyObjectResponse.Builder |
CopyObjectResponse.Builder.copy(CopyObjectResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.