Uses of Class
com.oracle.bmc.objectstorage.requests.HeadObjectRequest
-
Packages that use HeadObjectRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of HeadObjectRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type HeadObjectRequest Modifier and Type Method Description HeadObjectResponse
ObjectStorage. headObject(HeadObjectRequest request)
Gets the user-defined metadata and entity tag (ETag) for an object.Future<HeadObjectResponse>
ObjectStorageAsync. headObject(HeadObjectRequest request, AsyncHandler<HeadObjectRequest,HeadObjectResponse> handler)
Gets the user-defined metadata and entity tag (ETag) for an object.Future<HeadObjectResponse>
ObjectStorageAsyncClient. headObject(HeadObjectRequest request, AsyncHandler<HeadObjectRequest,HeadObjectResponse> handler)
HeadObjectResponse
ObjectStorageClient. headObject(HeadObjectRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type HeadObjectRequest Modifier and Type Method Description Future<HeadObjectResponse>
ObjectStorageAsync. headObject(HeadObjectRequest request, AsyncHandler<HeadObjectRequest,HeadObjectResponse> handler)
Gets the user-defined metadata and entity tag (ETag) for an object.Future<HeadObjectResponse>
ObjectStorageAsyncClient. headObject(HeadObjectRequest request, AsyncHandler<HeadObjectRequest,HeadObjectResponse> handler)
-
Uses of HeadObjectRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return HeadObjectRequest Modifier and Type Method Description HeadObjectRequest
HeadObjectRequest.Builder. build()
Build the instance of HeadObjectRequest as configured by this builderHeadObjectRequest
HeadObjectRequest.Builder. buildWithoutInvocationCallback()
Build the instance of HeadObjectRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type HeadObjectRequest Modifier and Type Method Description HeadObjectRequest.Builder
HeadObjectRequest.Builder. copy(HeadObjectRequest o)
Copy method to populate the builder with values from the given instance.
-