Uses of Class
com.oracle.bmc.objectstorage.requests.GetRetentionRuleRequest
-
Packages that use GetRetentionRuleRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of GetRetentionRuleRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type GetRetentionRuleRequest Modifier and Type Method Description GetRetentionRuleResponse
ObjectStorage. getRetentionRule(GetRetentionRuleRequest request)
Get the specified retention rule.Future<GetRetentionRuleResponse>
ObjectStorageAsync. getRetentionRule(GetRetentionRuleRequest request, AsyncHandler<GetRetentionRuleRequest,GetRetentionRuleResponse> handler)
Get the specified retention rule.Future<GetRetentionRuleResponse>
ObjectStorageAsyncClient. getRetentionRule(GetRetentionRuleRequest request, AsyncHandler<GetRetentionRuleRequest,GetRetentionRuleResponse> handler)
GetRetentionRuleResponse
ObjectStorageClient. getRetentionRule(GetRetentionRuleRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type GetRetentionRuleRequest Modifier and Type Method Description Future<GetRetentionRuleResponse>
ObjectStorageAsync. getRetentionRule(GetRetentionRuleRequest request, AsyncHandler<GetRetentionRuleRequest,GetRetentionRuleResponse> handler)
Get the specified retention rule.Future<GetRetentionRuleResponse>
ObjectStorageAsyncClient. getRetentionRule(GetRetentionRuleRequest request, AsyncHandler<GetRetentionRuleRequest,GetRetentionRuleResponse> handler)
-
Uses of GetRetentionRuleRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return GetRetentionRuleRequest Modifier and Type Method Description GetRetentionRuleRequest
GetRetentionRuleRequest.Builder. build()
Build the instance of GetRetentionRuleRequest as configured by this builderGetRetentionRuleRequest
GetRetentionRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRetentionRuleRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type GetRetentionRuleRequest Modifier and Type Method Description GetRetentionRuleRequest.Builder
GetRetentionRuleRequest.Builder. copy(GetRetentionRuleRequest o)
Copy method to populate the builder with values from the given instance.
-