Uses of Class
com.oracle.bmc.objectstorage.responses.GetRetentionRuleResponse
-
Packages that use GetRetentionRuleResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of GetRetentionRuleResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return GetRetentionRuleResponse Modifier and Type Method Description GetRetentionRuleResponse
ObjectStorage. getRetentionRule(GetRetentionRuleRequest request)
Get the specified retention rule.GetRetentionRuleResponse
ObjectStorageClient. getRetentionRule(GetRetentionRuleRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type GetRetentionRuleResponse 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)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type GetRetentionRuleResponse 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 GetRetentionRuleResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return GetRetentionRuleResponse Modifier and Type Method Description GetRetentionRuleResponse
GetRetentionRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type GetRetentionRuleResponse Modifier and Type Method Description GetRetentionRuleResponse.Builder
GetRetentionRuleResponse.Builder. copy(GetRetentionRuleResponse o)
Copy method to populate the builder with values from the given instance.
-