Uses of Class
com.oracle.bmc.limits.responses.ListQuotasResponse
-
Packages that use ListQuotasResponse Package Description com.oracle.bmc.limits com.oracle.bmc.limits.responses -
-
Uses of ListQuotasResponse in com.oracle.bmc.limits
Methods in com.oracle.bmc.limits that return ListQuotasResponse Modifier and Type Method Description ListQuotasResponse
Quotas. listQuotas(ListQuotasRequest request)
Lists all quotas on resources from the given compartment.ListQuotasResponse
QuotasClient. listQuotas(ListQuotasRequest request)
Methods in com.oracle.bmc.limits that return types with arguments of type ListQuotasResponse Modifier and Type Method Description Future<ListQuotasResponse>
QuotasAsync. listQuotas(ListQuotasRequest request, AsyncHandler<ListQuotasRequest,ListQuotasResponse> handler)
Lists all quotas on resources from the given compartment.Future<ListQuotasResponse>
QuotasAsyncClient. listQuotas(ListQuotasRequest request, AsyncHandler<ListQuotasRequest,ListQuotasResponse> handler)
Iterable<ListQuotasResponse>
QuotasPaginators. listQuotasResponseIterator(ListQuotasRequest request)
Creates a new iterable which will iterate over the responses received from the listQuotas operation.Method parameters in com.oracle.bmc.limits with type arguments of type ListQuotasResponse Modifier and Type Method Description Future<ListQuotasResponse>
QuotasAsync. listQuotas(ListQuotasRequest request, AsyncHandler<ListQuotasRequest,ListQuotasResponse> handler)
Lists all quotas on resources from the given compartment.Future<ListQuotasResponse>
QuotasAsyncClient. listQuotas(ListQuotasRequest request, AsyncHandler<ListQuotasRequest,ListQuotasResponse> handler)
-
Uses of ListQuotasResponse in com.oracle.bmc.limits.responses
Methods in com.oracle.bmc.limits.responses that return ListQuotasResponse Modifier and Type Method Description ListQuotasResponse
ListQuotasResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.limits.responses with parameters of type ListQuotasResponse Modifier and Type Method Description ListQuotasResponse.Builder
ListQuotasResponse.Builder. copy(ListQuotasResponse o)
Copy method to populate the builder with values from the given instance.
-