Uses of Class
com.oracle.bmc.objectstorage.responses.MakeBucketWritableResponse
-
Packages that use MakeBucketWritableResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of MakeBucketWritableResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return MakeBucketWritableResponse Modifier and Type Method Description MakeBucketWritableResponse
ObjectStorage. makeBucketWritable(MakeBucketWritableRequest request)
Stops replication to the destination bucket and removes the replication policy.MakeBucketWritableResponse
ObjectStorageClient. makeBucketWritable(MakeBucketWritableRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type MakeBucketWritableResponse 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)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type MakeBucketWritableResponse 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 MakeBucketWritableResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return MakeBucketWritableResponse Modifier and Type Method Description MakeBucketWritableResponse
MakeBucketWritableResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type MakeBucketWritableResponse Modifier and Type Method Description MakeBucketWritableResponse.Builder
MakeBucketWritableResponse.Builder. copy(MakeBucketWritableResponse o)
Copy method to populate the builder with values from the given instance.
-