Uses of Class
com.oracle.bmc.filestorage.model.QuotaRule
-
Packages that use QuotaRule Package Description com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.responses -
-
Uses of QuotaRule in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return QuotaRule Modifier and Type Method Description QuotaRule
QuotaRule.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type QuotaRule Modifier and Type Method Description QuotaRule.Builder
QuotaRule.Builder. copy(QuotaRule model)
-
Uses of QuotaRule in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return QuotaRule Modifier and Type Method Description QuotaRule
CreateQuotaRuleResponse. getQuotaRule()
The returned QuotaRule instance.QuotaRule
GetQuotaRuleResponse. getQuotaRule()
The returned QuotaRule instance.QuotaRule
UpdateQuotaRuleResponse. getQuotaRule()
The returned QuotaRule instance.Methods in com.oracle.bmc.filestorage.responses with parameters of type QuotaRule Modifier and Type Method Description CreateQuotaRuleResponse.Builder
CreateQuotaRuleResponse.Builder. quotaRule(QuotaRule quotaRule)
The returned QuotaRule instance.GetQuotaRuleResponse.Builder
GetQuotaRuleResponse.Builder. quotaRule(QuotaRule quotaRule)
The returned QuotaRule instance.UpdateQuotaRuleResponse.Builder
UpdateQuotaRuleResponse.Builder. quotaRule(QuotaRule quotaRule)
The returned QuotaRule instance.
-