Uses of Class
com.oracle.bmc.objectstorage.requests.GetObjectRequest
-
Packages that use GetObjectRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests com.oracle.bmc.objectstorage.transfer -
-
Uses of GetObjectRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type GetObjectRequest Modifier and Type Method Description GetObjectResponse
ObjectStorage. getObject(GetObjectRequest request)
Gets the metadata and body of an object.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)
GetObjectResponse
ObjectStorageClient. getObject(GetObjectRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type GetObjectRequest 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 GetObjectRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return GetObjectRequest Modifier and Type Method Description GetObjectRequest
GetObjectRequest.Builder. build()
Build the instance of GetObjectRequest as configured by this builderGetObjectRequest
GetObjectRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetObjectRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type GetObjectRequest Modifier and Type Method Description GetObjectRequest.Builder
GetObjectRequest.Builder. copy(GetObjectRequest o)
Copy method to populate the builder with values from the given instance. -
Uses of GetObjectRequest in com.oracle.bmc.objectstorage.transfer
Methods in com.oracle.bmc.objectstorage.transfer with parameters of type GetObjectRequest 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
returnedGetObjectResponse.getInputStream()
will automatically retry the get operation if there is failure.GetObjectResponse
DownloadManager. getObject_singleThreaded(GetObjectRequest request)
Used byMultithreadStream
.
-