Uses of Class
com.oracle.bmc.servicemesh.model.VirtualDeploymentListener
-
Packages that use VirtualDeploymentListener Package Description com.oracle.bmc.servicemesh.model -
-
Uses of VirtualDeploymentListener in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return VirtualDeploymentListener Modifier and Type Method Description VirtualDeploymentListener
VirtualDeploymentListener.Builder. build()
Methods in com.oracle.bmc.servicemesh.model that return types with arguments of type VirtualDeploymentListener Modifier and Type Method Description List<VirtualDeploymentListener>
CreateVirtualDeploymentDetails. getListeners()
The listeners for the virtual deployment.List<VirtualDeploymentListener>
UpdateVirtualDeploymentDetails. getListeners()
The listeners for the virtual deployment.List<VirtualDeploymentListener>
VirtualDeployment. getListeners()
The listeners for the virtual deploymentMethods in com.oracle.bmc.servicemesh.model with parameters of type VirtualDeploymentListener Modifier and Type Method Description VirtualDeploymentListener.Builder
VirtualDeploymentListener.Builder. copy(VirtualDeploymentListener model)
Method parameters in com.oracle.bmc.servicemesh.model with type arguments of type VirtualDeploymentListener Modifier and Type Method Description CreateVirtualDeploymentDetails.Builder
CreateVirtualDeploymentDetails.Builder. listeners(List<VirtualDeploymentListener> listeners)
The listeners for the virtual deployment.UpdateVirtualDeploymentDetails.Builder
UpdateVirtualDeploymentDetails.Builder. listeners(List<VirtualDeploymentListener> listeners)
The listeners for the virtual deployment.VirtualDeployment.Builder
VirtualDeployment.Builder. listeners(List<VirtualDeploymentListener> listeners)
The listeners for the virtual deployment
-