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