Uses of Class
com.oracle.bmc.filestorage.requests.UpdateQuotaRuleRequest
-
Packages that use UpdateQuotaRuleRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of UpdateQuotaRuleRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type UpdateQuotaRuleRequest Modifier and Type Method Description UpdateQuotaRuleResponse
FileStorage. updateQuotaRule(UpdateQuotaRuleRequest request)
Edit a file system, user, or group quota rule given thefileSystemId
andquotaRuleId
parameters.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)
UpdateQuotaRuleResponse
FileStorageClient. updateQuotaRule(UpdateQuotaRuleRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type UpdateQuotaRuleRequest 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 UpdateQuotaRuleRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return UpdateQuotaRuleRequest Modifier and Type Method Description UpdateQuotaRuleRequest
UpdateQuotaRuleRequest.Builder. build()
Build the instance of UpdateQuotaRuleRequest as configured by this builderUpdateQuotaRuleRequest
UpdateQuotaRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateQuotaRuleRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type UpdateQuotaRuleRequest Modifier and Type Method Description UpdateQuotaRuleRequest.Builder
UpdateQuotaRuleRequest.Builder. copy(UpdateQuotaRuleRequest o)
Copy method to populate the builder with values from the given instance.
-