Uses of Class
com.oracle.bmc.servicemesh.model.MeshSummary
-
Packages that use MeshSummary Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.model -
-
Uses of MeshSummary in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh that return types with arguments of type MeshSummary Modifier and Type Method Description Iterable<MeshSummary>
ServiceMeshPaginators. listMeshesRecordIterator(ListMeshesRequest request)
Creates a new iterable which will iterate over theMeshSummary
objects contained in responses from the listMeshes operation. -
Uses of MeshSummary in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return MeshSummary Modifier and Type Method Description MeshSummary
MeshSummary.Builder. build()
Methods in com.oracle.bmc.servicemesh.model that return types with arguments of type MeshSummary Modifier and Type Method Description List<MeshSummary>
MeshCollection. getItems()
List of Mesh objects.Methods in com.oracle.bmc.servicemesh.model with parameters of type MeshSummary Modifier and Type Method Description MeshSummary.Builder
MeshSummary.Builder. copy(MeshSummary model)
Method parameters in com.oracle.bmc.servicemesh.model with type arguments of type MeshSummary Modifier and Type Method Description MeshCollection.Builder
MeshCollection.Builder. items(List<MeshSummary> items)
List of Mesh objects.Constructor parameters in com.oracle.bmc.servicemesh.model with type arguments of type MeshSummary Constructor Description MeshCollection(List<MeshSummary> items)
Deprecated.
-