Uses of Class
com.oracle.bmc.objectstorage.responses.CreateRetentionRuleResponse
-
Packages that use CreateRetentionRuleResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of CreateRetentionRuleResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return CreateRetentionRuleResponse Modifier and Type Method Description CreateRetentionRuleResponse
ObjectStorage. createRetentionRule(CreateRetentionRuleRequest request)
Creates a new retention rule in the specified bucket.CreateRetentionRuleResponse
ObjectStorageClient. createRetentionRule(CreateRetentionRuleRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type CreateRetentionRuleResponse Modifier and Type Method Description Future<CreateRetentionRuleResponse>
ObjectStorageAsync. createRetentionRule(CreateRetentionRuleRequest request, AsyncHandler<CreateRetentionRuleRequest,CreateRetentionRuleResponse> handler)
Creates a new retention rule in the specified bucket.Future<CreateRetentionRuleResponse>
ObjectStorageAsyncClient. createRetentionRule(CreateRetentionRuleRequest request, AsyncHandler<CreateRetentionRuleRequest,CreateRetentionRuleResponse> handler)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type CreateRetentionRuleResponse Modifier and Type Method Description Future<CreateRetentionRuleResponse>
ObjectStorageAsync. createRetentionRule(CreateRetentionRuleRequest request, AsyncHandler<CreateRetentionRuleRequest,CreateRetentionRuleResponse> handler)
Creates a new retention rule in the specified bucket.Future<CreateRetentionRuleResponse>
ObjectStorageAsyncClient. createRetentionRule(CreateRetentionRuleRequest request, AsyncHandler<CreateRetentionRuleRequest,CreateRetentionRuleResponse> handler)
-
Uses of CreateRetentionRuleResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return CreateRetentionRuleResponse Modifier and Type Method Description CreateRetentionRuleResponse
CreateRetentionRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type CreateRetentionRuleResponse Modifier and Type Method Description CreateRetentionRuleResponse.Builder
CreateRetentionRuleResponse.Builder. copy(CreateRetentionRuleResponse o)
Copy method to populate the builder with values from the given instance.
-