Uses of Class
com.oracle.bmc.objectstorage.requests.UpdateBucketRequest
-
Packages that use UpdateBucketRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of UpdateBucketRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type UpdateBucketRequest Modifier and Type Method Description UpdateBucketResponse
ObjectStorage. updateBucket(UpdateBucketRequest request)
Performs a partial or full update of a bucket’s user-defined metadata.Future<UpdateBucketResponse>
ObjectStorageAsync. updateBucket(UpdateBucketRequest request, AsyncHandler<UpdateBucketRequest,UpdateBucketResponse> handler)
Performs a partial or full update of a bucket’s user-defined metadata.Future<UpdateBucketResponse>
ObjectStorageAsyncClient. updateBucket(UpdateBucketRequest request, AsyncHandler<UpdateBucketRequest,UpdateBucketResponse> handler)
UpdateBucketResponse
ObjectStorageClient. updateBucket(UpdateBucketRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type UpdateBucketRequest Modifier and Type Method Description Future<UpdateBucketResponse>
ObjectStorageAsync. updateBucket(UpdateBucketRequest request, AsyncHandler<UpdateBucketRequest,UpdateBucketResponse> handler)
Performs a partial or full update of a bucket’s user-defined metadata.Future<UpdateBucketResponse>
ObjectStorageAsyncClient. updateBucket(UpdateBucketRequest request, AsyncHandler<UpdateBucketRequest,UpdateBucketResponse> handler)
-
Uses of UpdateBucketRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return UpdateBucketRequest Modifier and Type Method Description UpdateBucketRequest
UpdateBucketRequest.Builder. build()
Build the instance of UpdateBucketRequest as configured by this builderUpdateBucketRequest
UpdateBucketRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateBucketRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type UpdateBucketRequest Modifier and Type Method Description UpdateBucketRequest.Builder
UpdateBucketRequest.Builder. copy(UpdateBucketRequest o)
Copy method to populate the builder with values from the given instance.
-