Uses of Class
com.oracle.bmc.servicemesh.model.CreateIngressGatewayRouteTableDetails
-
Packages that use CreateIngressGatewayRouteTableDetails Package Description com.oracle.bmc.servicemesh.model com.oracle.bmc.servicemesh.requests -
-
Uses of CreateIngressGatewayRouteTableDetails in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return CreateIngressGatewayRouteTableDetails Modifier and Type Method Description CreateIngressGatewayRouteTableDetails
CreateIngressGatewayRouteTableDetails.Builder. build()
Methods in com.oracle.bmc.servicemesh.model with parameters of type CreateIngressGatewayRouteTableDetails Modifier and Type Method Description CreateIngressGatewayRouteTableDetails.Builder
CreateIngressGatewayRouteTableDetails.Builder. copy(CreateIngressGatewayRouteTableDetails model)
-
Uses of CreateIngressGatewayRouteTableDetails in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return CreateIngressGatewayRouteTableDetails Modifier and Type Method Description CreateIngressGatewayRouteTableDetails
CreateIngressGatewayRouteTableRequest. getBody$()
Alternative accessor for the body parameter.CreateIngressGatewayRouteTableDetails
CreateIngressGatewayRouteTableRequest. getCreateIngressGatewayRouteTableDetails()
Details for the new IngressGatewayRouteTable.Methods in com.oracle.bmc.servicemesh.requests with parameters of type CreateIngressGatewayRouteTableDetails Modifier and Type Method Description CreateIngressGatewayRouteTableRequest.Builder
CreateIngressGatewayRouteTableRequest.Builder. body$(CreateIngressGatewayRouteTableDetails body)
Alternative setter for the body parameter.CreateIngressGatewayRouteTableRequest.Builder
CreateIngressGatewayRouteTableRequest.Builder. createIngressGatewayRouteTableDetails(CreateIngressGatewayRouteTableDetails createIngressGatewayRouteTableDetails)
Details for the new IngressGatewayRouteTable.
-