Uses of Class
com.oracle.bmc.filestorage.responses.ToggleQuotaRulesResponse
-
Packages that use ToggleQuotaRulesResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of ToggleQuotaRulesResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return ToggleQuotaRulesResponse Modifier and Type Method Description ToggleQuotaRulesResponse
FileStorage. toggleQuotaRules(ToggleQuotaRulesRequest request)
Enable or disable quota enforcement for the file system.ToggleQuotaRulesResponse
FileStorageClient. toggleQuotaRules(ToggleQuotaRulesRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type ToggleQuotaRulesResponse Modifier and Type Method Description Future<ToggleQuotaRulesResponse>
FileStorageAsync. toggleQuotaRules(ToggleQuotaRulesRequest request, AsyncHandler<ToggleQuotaRulesRequest,ToggleQuotaRulesResponse> handler)
Enable or disable quota enforcement for the file system.Future<ToggleQuotaRulesResponse>
FileStorageAsyncClient. toggleQuotaRules(ToggleQuotaRulesRequest request, AsyncHandler<ToggleQuotaRulesRequest,ToggleQuotaRulesResponse> handler)
Method parameters in com.oracle.bmc.filestorage with type arguments of type ToggleQuotaRulesResponse Modifier and Type Method Description Future<ToggleQuotaRulesResponse>
FileStorageAsync. toggleQuotaRules(ToggleQuotaRulesRequest request, AsyncHandler<ToggleQuotaRulesRequest,ToggleQuotaRulesResponse> handler)
Enable or disable quota enforcement for the file system.Future<ToggleQuotaRulesResponse>
FileStorageAsyncClient. toggleQuotaRules(ToggleQuotaRulesRequest request, AsyncHandler<ToggleQuotaRulesRequest,ToggleQuotaRulesResponse> handler)
-
Uses of ToggleQuotaRulesResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return ToggleQuotaRulesResponse Modifier and Type Method Description ToggleQuotaRulesResponse
ToggleQuotaRulesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type ToggleQuotaRulesResponse Modifier and Type Method Description ToggleQuotaRulesResponse.Builder
ToggleQuotaRulesResponse.Builder. copy(ToggleQuotaRulesResponse o)
Copy method to populate the builder with values from the given instance.
-