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