Uses of Class
com.oracle.bmc.objectstorage.responses.HeadBucketResponse
-
Packages that use HeadBucketResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of HeadBucketResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return HeadBucketResponse Modifier and Type Method 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)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type HeadBucketResponse Modifier and Type Method Description 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.Future<HeadBucketResponse>
ObjectStorageAsyncClient. headBucket(HeadBucketRequest request, AsyncHandler<HeadBucketRequest,HeadBucketResponse> handler)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type HeadBucketResponse Modifier and Type Method Description 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.Future<HeadBucketResponse>
ObjectStorageAsyncClient. headBucket(HeadBucketRequest request, AsyncHandler<HeadBucketRequest,HeadBucketResponse> handler)
-
Uses of HeadBucketResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return HeadBucketResponse Modifier and Type Method Description HeadBucketResponse
HeadBucketResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type HeadBucketResponse Modifier and Type Method Description HeadBucketResponse.Builder
HeadBucketResponse.Builder. copy(HeadBucketResponse o)
Copy method to populate the builder with values from the given instance.
-