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