Uses of Class
com.oracle.bmc.logging.model.ServiceSummary
-
Packages that use ServiceSummary Package Description com.oracle.bmc.logging.model com.oracle.bmc.logging.responses -
-
Uses of ServiceSummary in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return ServiceSummary Modifier and Type Method Description ServiceSummary
ServiceSummary.Builder. build()
Methods in com.oracle.bmc.logging.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.logging.responses
Methods in com.oracle.bmc.logging.responses that return types with arguments of type ServiceSummary Modifier and Type Method Description List<ServiceSummary>
ListServicesResponse. getItems()
A list of com.oracle.bmc.logging.model.ServiceSummary instances.Method parameters in com.oracle.bmc.logging.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.logging.model.ServiceSummary instances.
-