Uses of Class
com.oracle.bmc.servicemesh.model.IngressGatewayRouteTable
-
Packages that use IngressGatewayRouteTable Package Description com.oracle.bmc.servicemesh.model com.oracle.bmc.servicemesh.responses -
-
Uses of IngressGatewayRouteTable in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return IngressGatewayRouteTable Modifier and Type Method Description IngressGatewayRouteTable
IngressGatewayRouteTable.Builder. build()
Methods in com.oracle.bmc.servicemesh.model with parameters of type IngressGatewayRouteTable Modifier and Type Method Description IngressGatewayRouteTable.Builder
IngressGatewayRouteTable.Builder. copy(IngressGatewayRouteTable model)
-
Uses of IngressGatewayRouteTable in com.oracle.bmc.servicemesh.responses
Methods in com.oracle.bmc.servicemesh.responses that return IngressGatewayRouteTable Modifier and Type Method Description IngressGatewayRouteTable
CreateIngressGatewayRouteTableResponse. getIngressGatewayRouteTable()
The returned IngressGatewayRouteTable instance.IngressGatewayRouteTable
GetIngressGatewayRouteTableResponse. getIngressGatewayRouteTable()
The returned IngressGatewayRouteTable instance.Methods in com.oracle.bmc.servicemesh.responses with parameters of type IngressGatewayRouteTable Modifier and Type Method Description CreateIngressGatewayRouteTableResponse.Builder
CreateIngressGatewayRouteTableResponse.Builder. ingressGatewayRouteTable(IngressGatewayRouteTable ingressGatewayRouteTable)
The returned IngressGatewayRouteTable instance.GetIngressGatewayRouteTableResponse.Builder
GetIngressGatewayRouteTableResponse.Builder. ingressGatewayRouteTable(IngressGatewayRouteTable ingressGatewayRouteTable)
The returned IngressGatewayRouteTable instance.
-