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