Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.responses | |
com.oracle.bmc.objectstorage.transfer |
Modifier and Type | Method and Description |
---|---|
GetObjectResponse |
ObjectStorage.getObject(GetObjectRequest request)
Gets the metadata and body of an object.
|
GetObjectResponse |
ObjectStorageClient.getObject(GetObjectRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<GetObjectResponse> |
ObjectStorageAsyncClient.getObject(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResponse> handler) |
Future<GetObjectResponse> |
ObjectStorageAsync.getObject(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
Gets the metadata and body of an object.
|
Modifier and Type | Method and Description |
---|---|
Future<GetObjectResponse> |
ObjectStorageAsyncClient.getObject(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResponse> handler) |
Future<GetObjectResponse> |
ObjectStorageAsync.getObject(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
Gets the metadata and body of an object.
|
Modifier and Type | Method and Description |
---|---|
GetObjectResponse |
GetObjectResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetObjectResponse.Builder |
GetObjectResponse.Builder.copy(GetObjectResponse o)
Copy method to populate the builder with values from the given instance.
|
Modifier and Type | Method and Description |
---|---|
GetObjectResponse |
DownloadManager.downloadObjectToFile(GetObjectRequest request,
File target)
Download the object and save it to a file.
|
GetObjectResponse |
DownloadManager.getObject_singleThreaded(GetObjectRequest request)
Used by
MultithreadStream . |
GetObjectResponse |
DownloadManager.getObject(GetObjectRequest request)
This calls acts just like
ObjectStorage.getObject(GetObjectRequest) except that the
InputStream returned getInputStream() will automatically
retry the get operation if there is failure. |
Copyright © 2016–2024. All rights reserved.