Uses of Class
com.oracle.bmc.objectstorage.requests.MakeBucketWritableRequest
-
Packages that use MakeBucketWritableRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of MakeBucketWritableRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type MakeBucketWritableRequest Modifier and Type Method Description MakeBucketWritableResponse
ObjectStorage. makeBucketWritable(MakeBucketWritableRequest request)
Stops replication to the destination bucket and removes the replication policy.Future<MakeBucketWritableResponse>
ObjectStorageAsync. makeBucketWritable(MakeBucketWritableRequest request, AsyncHandler<MakeBucketWritableRequest,MakeBucketWritableResponse> handler)
Stops replication to the destination bucket and removes the replication policy.Future<MakeBucketWritableResponse>
ObjectStorageAsyncClient. makeBucketWritable(MakeBucketWritableRequest request, AsyncHandler<MakeBucketWritableRequest,MakeBucketWritableResponse> handler)
MakeBucketWritableResponse
ObjectStorageClient. makeBucketWritable(MakeBucketWritableRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type MakeBucketWritableRequest Modifier and Type Method Description Future<MakeBucketWritableResponse>
ObjectStorageAsync. makeBucketWritable(MakeBucketWritableRequest request, AsyncHandler<MakeBucketWritableRequest,MakeBucketWritableResponse> handler)
Stops replication to the destination bucket and removes the replication policy.Future<MakeBucketWritableResponse>
ObjectStorageAsyncClient. makeBucketWritable(MakeBucketWritableRequest request, AsyncHandler<MakeBucketWritableRequest,MakeBucketWritableResponse> handler)
-
Uses of MakeBucketWritableRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return MakeBucketWritableRequest Modifier and Type Method Description MakeBucketWritableRequest
MakeBucketWritableRequest.Builder. build()
Build the instance of MakeBucketWritableRequest as configured by this builderMakeBucketWritableRequest
MakeBucketWritableRequest.Builder. buildWithoutInvocationCallback()
Build the instance of MakeBucketWritableRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type MakeBucketWritableRequest Modifier and Type Method Description MakeBucketWritableRequest.Builder
MakeBucketWritableRequest.Builder. copy(MakeBucketWritableRequest o)
Copy method to populate the builder with values from the given instance.
-