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