Uses of Class
com.oracle.bmc.servicemesh.requests.UpdateMeshRequest
-
Packages that use UpdateMeshRequest Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.requests -
-
Uses of UpdateMeshRequest in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh with parameters of type UpdateMeshRequest Modifier and Type Method Description UpdateMeshResponse
ServiceMesh. updateMesh(UpdateMeshRequest request)
Updates the Mesh.Future<UpdateMeshResponse>
ServiceMeshAsync. updateMesh(UpdateMeshRequest request, AsyncHandler<UpdateMeshRequest,UpdateMeshResponse> handler)
Updates the Mesh.Future<UpdateMeshResponse>
ServiceMeshAsyncClient. updateMesh(UpdateMeshRequest request, AsyncHandler<UpdateMeshRequest,UpdateMeshResponse> handler)
UpdateMeshResponse
ServiceMeshClient. updateMesh(UpdateMeshRequest request)
Method parameters in com.oracle.bmc.servicemesh with type arguments of type UpdateMeshRequest 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 UpdateMeshRequest in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return UpdateMeshRequest Modifier and Type Method Description UpdateMeshRequest
UpdateMeshRequest.Builder. build()
Build the instance of UpdateMeshRequest as configured by this builderUpdateMeshRequest
UpdateMeshRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateMeshRequest as configured by this builderMethods in com.oracle.bmc.servicemesh.requests with parameters of type UpdateMeshRequest Modifier and Type Method Description UpdateMeshRequest.Builder
UpdateMeshRequest.Builder. copy(UpdateMeshRequest o)
Copy method to populate the builder with values from the given instance.
-