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