Uses of Class
com.oracle.bmc.filestorage.responses.ListQuotaRulesResponse
-
Packages that use ListQuotaRulesResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of ListQuotaRulesResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return ListQuotaRulesResponse Modifier and Type Method Description ListQuotaRulesResponse
FileStorage. listQuotaRules(ListQuotaRulesRequest request)
List user or group usages and their quota rules by certain principal type.ListQuotaRulesResponse
FileStorageClient. listQuotaRules(ListQuotaRulesRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type ListQuotaRulesResponse Modifier and Type Method Description Future<ListQuotaRulesResponse>
FileStorageAsync. listQuotaRules(ListQuotaRulesRequest request, AsyncHandler<ListQuotaRulesRequest,ListQuotaRulesResponse> handler)
List user or group usages and their quota rules by certain principal type.Future<ListQuotaRulesResponse>
FileStorageAsyncClient. listQuotaRules(ListQuotaRulesRequest request, AsyncHandler<ListQuotaRulesRequest,ListQuotaRulesResponse> handler)
Iterable<ListQuotaRulesResponse>
FileStoragePaginators. listQuotaRulesResponseIterator(ListQuotaRulesRequest request)
Creates a new iterable which will iterate over the responses received from the listQuotaRules operation.Method parameters in com.oracle.bmc.filestorage with type arguments of type ListQuotaRulesResponse Modifier and Type Method Description Future<ListQuotaRulesResponse>
FileStorageAsync. listQuotaRules(ListQuotaRulesRequest request, AsyncHandler<ListQuotaRulesRequest,ListQuotaRulesResponse> handler)
List user or group usages and their quota rules by certain principal type.Future<ListQuotaRulesResponse>
FileStorageAsyncClient. listQuotaRules(ListQuotaRulesRequest request, AsyncHandler<ListQuotaRulesRequest,ListQuotaRulesResponse> handler)
-
Uses of ListQuotaRulesResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return ListQuotaRulesResponse Modifier and Type Method Description ListQuotaRulesResponse
ListQuotaRulesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type ListQuotaRulesResponse Modifier and Type Method Description ListQuotaRulesResponse.Builder
ListQuotaRulesResponse.Builder. copy(ListQuotaRulesResponse o)
Copy method to populate the builder with values from the given instance.
-