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