Uses of Class
com.oracle.bmc.limits.requests.ListQuotasRequest
-
Packages that use ListQuotasRequest Package Description com.oracle.bmc.limits com.oracle.bmc.limits.requests -
-
Uses of ListQuotasRequest in com.oracle.bmc.limits
Methods in com.oracle.bmc.limits with parameters of type ListQuotasRequest Modifier and Type Method Description ListQuotasResponse
Quotas. listQuotas(ListQuotasRequest request)
Lists all quotas on resources from the given compartment.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)
ListQuotasResponse
QuotasClient. listQuotas(ListQuotasRequest request)
Iterable<QuotaSummary>
QuotasPaginators. listQuotasRecordIterator(ListQuotasRequest request)
Creates a new iterable which will iterate over theQuotaSummary
objects contained in responses from the listQuotas operation.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 ListQuotasRequest 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 ListQuotasRequest in com.oracle.bmc.limits.requests
Methods in com.oracle.bmc.limits.requests that return ListQuotasRequest Modifier and Type Method Description ListQuotasRequest
ListQuotasRequest.Builder. build()
Build the instance of ListQuotasRequest as configured by this builderListQuotasRequest
ListQuotasRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListQuotasRequest as configured by this builderMethods in com.oracle.bmc.limits.requests with parameters of type ListQuotasRequest Modifier and Type Method Description ListQuotasRequest.Builder
ListQuotasRequest.Builder. copy(ListQuotasRequest o)
Copy method to populate the builder with values from the given instance.
-