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