Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.responses |
Modifier and Type | Method and Description |
---|---|
HeadObjectResponse |
ObjectStorage.headObject(HeadObjectRequest request)
Gets the user-defined metadata and entity tag (ETag) for an object.
|
HeadObjectResponse |
ObjectStorageClient.headObject(HeadObjectRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<HeadObjectResponse> |
ObjectStorageAsyncClient.headObject(HeadObjectRequest request,
AsyncHandler<HeadObjectRequest,HeadObjectResponse> handler) |
Future<HeadObjectResponse> |
ObjectStorageAsync.headObject(HeadObjectRequest request,
AsyncHandler<HeadObjectRequest,HeadObjectResponse> handler)
Gets the user-defined metadata and entity tag (ETag) for an object.
|
Modifier and Type | Method and Description |
---|---|
Future<HeadObjectResponse> |
ObjectStorageAsyncClient.headObject(HeadObjectRequest request,
AsyncHandler<HeadObjectRequest,HeadObjectResponse> handler) |
Future<HeadObjectResponse> |
ObjectStorageAsync.headObject(HeadObjectRequest request,
AsyncHandler<HeadObjectRequest,HeadObjectResponse> handler)
Gets the user-defined metadata and entity tag (ETag) for an object.
|
Modifier and Type | Method and Description |
---|---|
HeadObjectResponse |
HeadObjectResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.copy(HeadObjectResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.