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