Uses of Class
com.oracle.bmc.objectstorage.responses.GetObjectResponse
-
Packages that use GetObjectResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses com.oracle.bmc.objectstorage.transfer com.oracle.bmc.objectstorage.transfer.internal -
-
Uses of GetObjectResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return GetObjectResponse Modifier and Type Method Description GetObjectResponse
ObjectStorage. getObject(GetObjectRequest request)
Gets the metadata and body of an object.GetObjectResponse
ObjectStorageClient. getObject(GetObjectRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type GetObjectResponse Modifier and Type Method Description Future<GetObjectResponse>
ObjectStorageAsync. getObject(GetObjectRequest request, AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
Gets the metadata and body of an object.Future<GetObjectResponse>
ObjectStorageAsyncClient. getObject(GetObjectRequest request, AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type GetObjectResponse Modifier and Type Method Description Future<GetObjectResponse>
ObjectStorageAsync. getObject(GetObjectRequest request, AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
Gets the metadata and body of an object.Future<GetObjectResponse>
ObjectStorageAsyncClient. getObject(GetObjectRequest request, AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
-
Uses of GetObjectResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return GetObjectResponse Modifier and Type Method Description GetObjectResponse
GetObjectResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type GetObjectResponse Modifier and Type Method Description GetObjectResponse.Builder
GetObjectResponse.Builder. copy(GetObjectResponse o)
Copy method to populate the builder with values from the given instance. -
Uses of GetObjectResponse in com.oracle.bmc.objectstorage.transfer
Methods in com.oracle.bmc.objectstorage.transfer that return GetObjectResponse Modifier and Type Method Description GetObjectResponse
DownloadManager. downloadObjectToFile(GetObjectRequest request, File target)
Download the object and save it to a file.GetObjectResponse
DownloadManager. getObject(GetObjectRequest request)
This calls acts just likeObjectStorage.getObject(GetObjectRequest)
except that theInputStream
returnedgetInputStream()
will automatically retry the get operation if there is failure.GetObjectResponse
DownloadManager. getObject_singleThreaded(GetObjectRequest request)
Used byMultithreadStream
. -
Uses of GetObjectResponse in com.oracle.bmc.objectstorage.transfer.internal
Methods in com.oracle.bmc.objectstorage.transfer.internal with parameters of type GetObjectResponse Modifier and Type Method Description static ChecksumInfo
ChecksumUtils. getExpectedChecksumAndAlgorithm(GetObjectResponse response)
-