Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.requests |
Modifier and Type | Method and Description |
---|---|
HeadBucketResponse |
ObjectStorage.headBucket(HeadBucketRequest request)
Efficiently checks to see if a bucket exists and gets the current entity tag (ETag) for the
bucket.
|
HeadBucketResponse |
ObjectStorageClient.headBucket(HeadBucketRequest request) |
Future<HeadBucketResponse> |
ObjectStorageAsyncClient.headBucket(HeadBucketRequest request,
AsyncHandler<HeadBucketRequest,HeadBucketResponse> handler) |
Future<HeadBucketResponse> |
ObjectStorageAsync.headBucket(HeadBucketRequest request,
AsyncHandler<HeadBucketRequest,HeadBucketResponse> handler)
Efficiently checks to see if a bucket exists and gets the current entity tag (ETag) for the
bucket.
|
Modifier and Type | Method and Description |
---|---|
Future<HeadBucketResponse> |
ObjectStorageAsyncClient.headBucket(HeadBucketRequest request,
AsyncHandler<HeadBucketRequest,HeadBucketResponse> handler) |
Future<HeadBucketResponse> |
ObjectStorageAsync.headBucket(HeadBucketRequest request,
AsyncHandler<HeadBucketRequest,HeadBucketResponse> handler)
Efficiently checks to see if a bucket exists and gets the current entity tag (ETag) for the
bucket.
|
Modifier and Type | Method and Description |
---|---|
HeadBucketRequest |
HeadBucketRequest.Builder.build()
Build the instance of HeadBucketRequest as configured by this builder
|
HeadBucketRequest |
HeadBucketRequest.Builder.buildWithoutInvocationCallback()
Build the instance of HeadBucketRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
HeadBucketRequest.Builder |
HeadBucketRequest.Builder.copy(HeadBucketRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.