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