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