Uses of Class
com.oracle.bmc.servicemesh.requests.GetIngressGatewayRouteTableRequest
-
Packages that use GetIngressGatewayRouteTableRequest Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.requests -
-
Uses of GetIngressGatewayRouteTableRequest in com.oracle.bmc.servicemesh
Method parameters in com.oracle.bmc.servicemesh with type arguments of type GetIngressGatewayRouteTableRequest 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 GetIngressGatewayRouteTableRequest in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return GetIngressGatewayRouteTableRequest Modifier and Type Method Description GetIngressGatewayRouteTableRequest
GetIngressGatewayRouteTableRequest.Builder. build()
Build the instance of GetIngressGatewayRouteTableRequest as configured by this builderGetIngressGatewayRouteTableRequest
GetIngressGatewayRouteTableRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetIngressGatewayRouteTableRequest as configured by this builderMethods in com.oracle.bmc.servicemesh.requests with parameters of type GetIngressGatewayRouteTableRequest Modifier and Type Method Description GetIngressGatewayRouteTableRequest.Builder
GetIngressGatewayRouteTableRequest.Builder. copy(GetIngressGatewayRouteTableRequest o)
Copy method to populate the builder with values from the given instance.
-