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