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