Uses of Class
com.oracle.bmc.servicemesh.responses.UpdateMeshResponse
-
Packages that use UpdateMeshResponse Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.responses -
-
Uses of UpdateMeshResponse in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh that return UpdateMeshResponse Modifier and Type Method Description UpdateMeshResponse
ServiceMesh. updateMesh(UpdateMeshRequest request)
Updates the Mesh.UpdateMeshResponse
ServiceMeshClient. updateMesh(UpdateMeshRequest request)
Methods in com.oracle.bmc.servicemesh that return types with arguments of type UpdateMeshResponse Modifier and Type Method Description Future<UpdateMeshResponse>
ServiceMeshAsync. updateMesh(UpdateMeshRequest request, AsyncHandler<UpdateMeshRequest,UpdateMeshResponse> handler)
Updates the Mesh.Future<UpdateMeshResponse>
ServiceMeshAsyncClient. updateMesh(UpdateMeshRequest request, AsyncHandler<UpdateMeshRequest,UpdateMeshResponse> handler)
Method parameters in com.oracle.bmc.servicemesh with type arguments of type UpdateMeshResponse Modifier and Type Method Description Future<UpdateMeshResponse>
ServiceMeshAsync. updateMesh(UpdateMeshRequest request, AsyncHandler<UpdateMeshRequest,UpdateMeshResponse> handler)
Updates the Mesh.Future<UpdateMeshResponse>
ServiceMeshAsyncClient. updateMesh(UpdateMeshRequest request, AsyncHandler<UpdateMeshRequest,UpdateMeshResponse> handler)
-
Uses of UpdateMeshResponse in com.oracle.bmc.servicemesh.responses
Methods in com.oracle.bmc.servicemesh.responses that return UpdateMeshResponse Modifier and Type Method Description UpdateMeshResponse
UpdateMeshResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.servicemesh.responses with parameters of type UpdateMeshResponse Modifier and Type Method Description UpdateMeshResponse.Builder
UpdateMeshResponse.Builder. copy(UpdateMeshResponse o)
Copy method to populate the builder with values from the given instance.
-