Uses of Class
com.oracle.bmc.filestorage.requests.ListQuotaRulesRequest
-
Packages that use ListQuotaRulesRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of ListQuotaRulesRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type ListQuotaRulesRequest Modifier and Type Method Description ListQuotaRulesResponse
FileStorage. listQuotaRules(ListQuotaRulesRequest request)
List user or group usages and their quota rules by certain principal type.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)
ListQuotaRulesResponse
FileStorageClient. listQuotaRules(ListQuotaRulesRequest request)
Iterable<QuotaRuleSummary>
FileStoragePaginators. listQuotaRulesRecordIterator(ListQuotaRulesRequest request)
Creates a new iterable which will iterate over theQuotaRuleSummary
objects contained in responses from the listQuotaRules operation.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 ListQuotaRulesRequest 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 ListQuotaRulesRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return ListQuotaRulesRequest Modifier and Type Method Description ListQuotaRulesRequest
ListQuotaRulesRequest.Builder. build()
Build the instance of ListQuotaRulesRequest as configured by this builderListQuotaRulesRequest
ListQuotaRulesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListQuotaRulesRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type ListQuotaRulesRequest Modifier and Type Method Description ListQuotaRulesRequest.Builder
ListQuotaRulesRequest.Builder. copy(ListQuotaRulesRequest o)
Copy method to populate the builder with values from the given instance.
-