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