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