Uses of Class
com.oracle.bmc.servicemesh.model.VirtualServiceCollection
-
Packages that use VirtualServiceCollection Package Description com.oracle.bmc.servicemesh.model com.oracle.bmc.servicemesh.responses -
-
Uses of VirtualServiceCollection in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return VirtualServiceCollection Modifier and Type Method Description VirtualServiceCollection
VirtualServiceCollection.Builder. build()
Methods in com.oracle.bmc.servicemesh.model with parameters of type VirtualServiceCollection Modifier and Type Method Description VirtualServiceCollection.Builder
VirtualServiceCollection.Builder. copy(VirtualServiceCollection model)
-
Uses of VirtualServiceCollection in com.oracle.bmc.servicemesh.responses
Methods in com.oracle.bmc.servicemesh.responses that return VirtualServiceCollection Modifier and Type Method Description VirtualServiceCollection
ListVirtualServicesResponse. getVirtualServiceCollection()
The returned VirtualServiceCollection instance.Methods in com.oracle.bmc.servicemesh.responses with parameters of type VirtualServiceCollection Modifier and Type Method Description ListVirtualServicesResponse.Builder
ListVirtualServicesResponse.Builder. virtualServiceCollection(VirtualServiceCollection virtualServiceCollection)
The returned VirtualServiceCollection instance.
-