Uses of Class
com.oracle.bmc.filestorage.responses.UpdateQuotaRuleResponse
-
Packages that use UpdateQuotaRuleResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of UpdateQuotaRuleResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return UpdateQuotaRuleResponse Modifier and Type Method Description UpdateQuotaRuleResponse
FileStorage. updateQuotaRule(UpdateQuotaRuleRequest request)
Edit a file system, user, or group quota rule given thefileSystemId
andquotaRuleId
parameters.UpdateQuotaRuleResponse
FileStorageClient. updateQuotaRule(UpdateQuotaRuleRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type UpdateQuotaRuleResponse Modifier and Type Method Description Future<UpdateQuotaRuleResponse>
FileStorageAsync. updateQuotaRule(UpdateQuotaRuleRequest request, AsyncHandler<UpdateQuotaRuleRequest,UpdateQuotaRuleResponse> handler)
Edit a file system, user, or group quota rule given thefileSystemId
andquotaRuleId
parameters.Future<UpdateQuotaRuleResponse>
FileStorageAsyncClient. updateQuotaRule(UpdateQuotaRuleRequest request, AsyncHandler<UpdateQuotaRuleRequest,UpdateQuotaRuleResponse> handler)
Method parameters in com.oracle.bmc.filestorage with type arguments of type UpdateQuotaRuleResponse Modifier and Type Method Description Future<UpdateQuotaRuleResponse>
FileStorageAsync. updateQuotaRule(UpdateQuotaRuleRequest request, AsyncHandler<UpdateQuotaRuleRequest,UpdateQuotaRuleResponse> handler)
Edit a file system, user, or group quota rule given thefileSystemId
andquotaRuleId
parameters.Future<UpdateQuotaRuleResponse>
FileStorageAsyncClient. updateQuotaRule(UpdateQuotaRuleRequest request, AsyncHandler<UpdateQuotaRuleRequest,UpdateQuotaRuleResponse> handler)
-
Uses of UpdateQuotaRuleResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return UpdateQuotaRuleResponse Modifier and Type Method Description UpdateQuotaRuleResponse
UpdateQuotaRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type UpdateQuotaRuleResponse Modifier and Type Method Description UpdateQuotaRuleResponse.Builder
UpdateQuotaRuleResponse.Builder. copy(UpdateQuotaRuleResponse o)
Copy method to populate the builder with values from the given instance.
-