Uses of Class
com.oracle.bmc.sch.model.ServiceConnectorCollection
-
Packages that use ServiceConnectorCollection Package Description com.oracle.bmc.sch.model com.oracle.bmc.sch.responses -
-
Uses of ServiceConnectorCollection in com.oracle.bmc.sch.model
Methods in com.oracle.bmc.sch.model that return ServiceConnectorCollection Modifier and Type Method Description ServiceConnectorCollection
ServiceConnectorCollection.Builder. build()
Methods in com.oracle.bmc.sch.model with parameters of type ServiceConnectorCollection Modifier and Type Method Description ServiceConnectorCollection.Builder
ServiceConnectorCollection.Builder. copy(ServiceConnectorCollection model)
-
Uses of ServiceConnectorCollection in com.oracle.bmc.sch.responses
Methods in com.oracle.bmc.sch.responses that return ServiceConnectorCollection Modifier and Type Method Description ServiceConnectorCollection
ListServiceConnectorsResponse. getServiceConnectorCollection()
The returned ServiceConnectorCollection instance.Methods in com.oracle.bmc.sch.responses with parameters of type ServiceConnectorCollection Modifier and Type Method Description ListServiceConnectorsResponse.Builder
ListServiceConnectorsResponse.Builder. serviceConnectorCollection(ServiceConnectorCollection serviceConnectorCollection)
The returned ServiceConnectorCollection instance.
-