Uses of Class
com.oracle.bmc.limits.model.QuotaSummary
-
Packages that use QuotaSummary Package Description com.oracle.bmc.limits com.oracle.bmc.limits.model com.oracle.bmc.limits.responses -
-
Uses of QuotaSummary in com.oracle.bmc.limits
Methods in com.oracle.bmc.limits that return types with arguments of type QuotaSummary Modifier and Type Method Description Iterable<QuotaSummary>
QuotasPaginators. listQuotasRecordIterator(ListQuotasRequest request)
Creates a new iterable which will iterate over theQuotaSummary
objects contained in responses from the listQuotas operation. -
Uses of QuotaSummary in com.oracle.bmc.limits.model
Methods in com.oracle.bmc.limits.model that return QuotaSummary Modifier and Type Method Description QuotaSummary
QuotaSummary.Builder. build()
Methods in com.oracle.bmc.limits.model with parameters of type QuotaSummary Modifier and Type Method Description QuotaSummary.Builder
QuotaSummary.Builder. copy(QuotaSummary model)
-
Uses of QuotaSummary in com.oracle.bmc.limits.responses
Methods in com.oracle.bmc.limits.responses that return types with arguments of type QuotaSummary Modifier and Type Method Description List<QuotaSummary>
ListQuotasResponse. getItems()
A list of com.oracle.bmc.limits.model.QuotaSummary instances.Method parameters in com.oracle.bmc.limits.responses with type arguments of type QuotaSummary Modifier and Type Method Description ListQuotasResponse.Builder
ListQuotasResponse.Builder. items(List<QuotaSummary> items)
A list of com.oracle.bmc.limits.model.QuotaSummary instances.
-