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