Uses of Class
com.oracle.bmc.objectstorage.requests.DeleteObjectLifecyclePolicyRequest
-
Packages that use DeleteObjectLifecyclePolicyRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of DeleteObjectLifecyclePolicyRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type DeleteObjectLifecyclePolicyRequest Modifier and Type Method Description DeleteObjectLifecyclePolicyResponse
ObjectStorage. deleteObjectLifecyclePolicy(DeleteObjectLifecyclePolicyRequest request)
Deletes the object lifecycle policy for the bucket.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)
DeleteObjectLifecyclePolicyResponse
ObjectStorageClient. deleteObjectLifecyclePolicy(DeleteObjectLifecyclePolicyRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type DeleteObjectLifecyclePolicyRequest 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 DeleteObjectLifecyclePolicyRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return DeleteObjectLifecyclePolicyRequest Modifier and Type Method Description DeleteObjectLifecyclePolicyRequest
DeleteObjectLifecyclePolicyRequest.Builder. build()
Build the instance of DeleteObjectLifecyclePolicyRequest as configured by this builderDeleteObjectLifecyclePolicyRequest
DeleteObjectLifecyclePolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteObjectLifecyclePolicyRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type DeleteObjectLifecyclePolicyRequest Modifier and Type Method Description DeleteObjectLifecyclePolicyRequest.Builder
DeleteObjectLifecyclePolicyRequest.Builder. copy(DeleteObjectLifecyclePolicyRequest o)
Copy method to populate the builder with values from the given instance.
-