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