Uses of Class
com.oracle.bmc.filestorage.requests.CreateQuotaRuleRequest
-
Packages that use CreateQuotaRuleRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of CreateQuotaRuleRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type CreateQuotaRuleRequest Modifier and Type Method Description CreateQuotaRuleResponse
FileStorage. createQuotaRule(CreateQuotaRuleRequest request)
Create a file system, user, or group quota rule given thefileSystemId
,principalId
,principalType
andisHardQuota
parameters.Future<CreateQuotaRuleResponse>
FileStorageAsync. createQuotaRule(CreateQuotaRuleRequest request, AsyncHandler<CreateQuotaRuleRequest,CreateQuotaRuleResponse> handler)
Create a file system, user, or group quota rule given thefileSystemId
,principalId
,principalType
andisHardQuota
parameters.Future<CreateQuotaRuleResponse>
FileStorageAsyncClient. createQuotaRule(CreateQuotaRuleRequest request, AsyncHandler<CreateQuotaRuleRequest,CreateQuotaRuleResponse> handler)
CreateQuotaRuleResponse
FileStorageClient. createQuotaRule(CreateQuotaRuleRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type CreateQuotaRuleRequest Modifier and Type Method Description Future<CreateQuotaRuleResponse>
FileStorageAsync. createQuotaRule(CreateQuotaRuleRequest request, AsyncHandler<CreateQuotaRuleRequest,CreateQuotaRuleResponse> handler)
Create a file system, user, or group quota rule given thefileSystemId
,principalId
,principalType
andisHardQuota
parameters.Future<CreateQuotaRuleResponse>
FileStorageAsyncClient. createQuotaRule(CreateQuotaRuleRequest request, AsyncHandler<CreateQuotaRuleRequest,CreateQuotaRuleResponse> handler)
-
Uses of CreateQuotaRuleRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return CreateQuotaRuleRequest Modifier and Type Method Description CreateQuotaRuleRequest
CreateQuotaRuleRequest.Builder. build()
Build the instance of CreateQuotaRuleRequest as configured by this builderCreateQuotaRuleRequest
CreateQuotaRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateQuotaRuleRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type CreateQuotaRuleRequest Modifier and Type Method Description CreateQuotaRuleRequest.Builder
CreateQuotaRuleRequest.Builder. copy(CreateQuotaRuleRequest o)
Copy method to populate the builder with values from the given instance.
-