Uses of Class
com.oracle.bmc.objectstorage.responses.DeleteReplicationPolicyResponse
-
Packages that use DeleteReplicationPolicyResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of DeleteReplicationPolicyResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return DeleteReplicationPolicyResponse Modifier and Type Method Description DeleteReplicationPolicyResponse
ObjectStorage. deleteReplicationPolicy(DeleteReplicationPolicyRequest request)
Deletes the replication policy associated with the source bucket.DeleteReplicationPolicyResponse
ObjectStorageClient. deleteReplicationPolicy(DeleteReplicationPolicyRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type DeleteReplicationPolicyResponse Modifier and Type Method Description Future<DeleteReplicationPolicyResponse>
ObjectStorageAsync. deleteReplicationPolicy(DeleteReplicationPolicyRequest request, AsyncHandler<DeleteReplicationPolicyRequest,DeleteReplicationPolicyResponse> handler)
Deletes the replication policy associated with the source bucket.Future<DeleteReplicationPolicyResponse>
ObjectStorageAsyncClient. deleteReplicationPolicy(DeleteReplicationPolicyRequest request, AsyncHandler<DeleteReplicationPolicyRequest,DeleteReplicationPolicyResponse> handler)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type DeleteReplicationPolicyResponse Modifier and Type Method Description Future<DeleteReplicationPolicyResponse>
ObjectStorageAsync. deleteReplicationPolicy(DeleteReplicationPolicyRequest request, AsyncHandler<DeleteReplicationPolicyRequest,DeleteReplicationPolicyResponse> handler)
Deletes the replication policy associated with the source bucket.Future<DeleteReplicationPolicyResponse>
ObjectStorageAsyncClient. deleteReplicationPolicy(DeleteReplicationPolicyRequest request, AsyncHandler<DeleteReplicationPolicyRequest,DeleteReplicationPolicyResponse> handler)
-
Uses of DeleteReplicationPolicyResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return DeleteReplicationPolicyResponse Modifier and Type Method Description DeleteReplicationPolicyResponse
DeleteReplicationPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type DeleteReplicationPolicyResponse Modifier and Type Method Description DeleteReplicationPolicyResponse.Builder
DeleteReplicationPolicyResponse.Builder. copy(DeleteReplicationPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-