Uses of Class
com.oracle.bmc.filestorage.responses.CreateQuotaRuleResponse
-
Packages that use CreateQuotaRuleResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of CreateQuotaRuleResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return CreateQuotaRuleResponse 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.CreateQuotaRuleResponse
FileStorageClient. createQuotaRule(CreateQuotaRuleRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type CreateQuotaRuleResponse 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)
Method parameters in com.oracle.bmc.filestorage with type arguments of type CreateQuotaRuleResponse 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 CreateQuotaRuleResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return CreateQuotaRuleResponse Modifier and Type Method Description CreateQuotaRuleResponse
CreateQuotaRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type CreateQuotaRuleResponse Modifier and Type Method Description CreateQuotaRuleResponse.Builder
CreateQuotaRuleResponse.Builder. copy(CreateQuotaRuleResponse o)
Copy method to populate the builder with values from the given instance.
-